Date: 05/10/01
- Next message: christoph.hofstetter <email protected>: "[PHP-DEV] Bug #10780: apache segmentation fault with libphp4.so"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #10747 Updated: buildconf fails with missing macros"
- Next in thread: sb <email protected>: "[PHP-DEV] Bug #10639 Updated: include() & require()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10639
User Update by: sb <email protected>
Old-Status: Feedback
Status: Open
Bug Type: Scripting Engine problem
Operating system: AIX 4.3.3
PHP Version: 4.0.4pl1
Description: include() & require()
The binaries from IBM does not contain a php.ini file. In phpinfo() there is no value set to E_ALL.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-10 05:00:46] sniper <email protected>
Does it print out any errors? Is your error level
set to E_ALL in php.ini?
--Jani
---------------------------------------------------------------------------
[2001-05-07 10:00:28] sb <email protected>
Here is a sample script:
--- test.php --------------------
<?php
include("test.inc");
?>
---------------------------------
--- test.inc --------------------
<html>
<head>
<title>test</title>
</head>
<body>
<p>this is a test</p>
</body>
</html>
---------------------------------
Normaly you will see on http://www.mydomain.com/test.php the content of the file test.inc as standard HTML page. On your PHP implementation the page test.php will not be found.
Stephan
---------------------------------------------------------------------------
[2001-05-04 15:33:22] sniper <email protected>
Please add some short example scripts into this bug report.
Which explains what you're trying to do.
--Jani
---------------------------------------------------------------------------
[2001-05-03 13:08:14] sb <email protected>
On AIX 4.3.3(ML6) with PHP and Apache from IBM's Linux Toolbox the functions include() and require() don't work correctly. If these functions are used, a "page not found" error occures.
---------------------------------------------------------------------------
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: christoph.hofstetter <email protected>: "[PHP-DEV] Bug #10780: apache segmentation fault with libphp4.so"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #10747 Updated: buildconf fails with missing macros"
- Next in thread: sb <email protected>: "[PHP-DEV] Bug #10639 Updated: include() & require()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

