[PHP-DEV] Bug #10639 Updated: include() & require() From: sb <email protected>
Date: 05/10/01

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()

There is no php-error visible. My browser (IE 5.5) says that the page can not be found.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-10 05:34:17] sb <email protected>
The binaries from IBM does not contain a php.ini file. In phpinfo() there is no value set to E_ALL.

---------------------------------------------------------------------------

[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.

---------------------------------------------------------------------------

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>