ID: 10639
User Update by: [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] [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] [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] [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to