ID: 10639
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Scripting Engine problem
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:
Try this script:
<?php
echo "this is a test";
error_reporting(E_ALL);
include("test.inc");
?>
Any errors reported? In error_log maybe?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-05-10 05:53:49] [EMAIL PROTECTED]
Yes.
-- Stephan
---------------------------------------------------------------------------
[2001-05-10 05:44:48] [EMAIL PROTECTED]
So does that same script work if you comment out the
include part? And add some echo "sometext" there?
--Jani
---------------------------------------------------------------------------
[2001-05-10 05:37:37] [EMAIL PROTECTED]
There is no php-error visible. My browser (IE 5.5) says that the page can not be found.
---------------------------------------------------------------------------
[2001-05-10 05:34:17] [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] [EMAIL PROTECTED]
Does it print out any errors? Is your error level
set to E_ALL in php.ini?
--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.
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10639&edit=2
--
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]