Date: 05/10/01
- Next message: Rose, Billy: "Re: [PHP-DEV] multiselects and arrays"
- Previous message: Fulvio Malfatto: "[PHP-DEV] Php porting to OS390 Unix (USS)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10639
User Update by: sb <email protected>
Status: Open
Bug Type: Scripting Engine problem
Operating system: AIX 4.3.3
PHP Version: 4.0.4pl1
Description: include() & require()
Just for information:
1. I've updated AIX 4.3.3 now to the Maintenance-Level 8 (the latest one). But the problem is unchanged.
2. I'm using the binary package: php-4.0.4pl1-1.aix4.3.ppc.rpm
from: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/php
--stephan
Previous Comments:
---------------------------------------------------------------------------
[2001-05-10 14:00:20] sb <email protected>
In /var/opt/freeware/apache/logs/error_log i've found the following error:
[Thu May 10 19:41:41 2001] [notice] child pid 5444 exit signal Illegal instruction (4)
Every time when i try the test.php with the included file this error occurs.
-- Stephan
---------------------------------------------------------------------------
[2001-05-10 13:42:42] sb <email protected>
Without the test.inc file i've got the following lines:
this is a test
Warning: Failed opening 'test.inc' for inclusion (include_path='.:/opt/freeware/lib/php') in /usr/opt/freeware/apache/share/htdocs/test.php on line 4
With the test.inc file i've got only the IE error, that this page is not available.
-- Stephan
---------------------------------------------------------------------------
[2001-05-10 06:00:45] sniper <email protected>
Try this script:
<?php
echo "this is a test";
error_reporting(E_ALL);
include("test.inc");
?>
Any errors reported? In error_log maybe?
--Jani
---------------------------------------------------------------------------
[2001-05-10 05:53:49] sb <email protected>
Yes.
-- Stephan
---------------------------------------------------------------------------
[2001-05-10 05:44:48] sniper <email protected>
So does that same script work if you comment out the
include part? And add some echo "sometext" there?
--Jani
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online.
Full Bug description available at: http://bugs.php.net/?id=10639
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rose, Billy: "Re: [PHP-DEV] multiselects and arrays"
- Previous message: Fulvio Malfatto: "[PHP-DEV] Php porting to OS390 Unix (USS)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

