ID:               7160
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Closed
+Status:           Open
 Bug Type:         *General Issues
 Operating System: NT 4.0 SP 6a
-PHP Version:      4.0.3
+PHP Version:      4.1.1
 New Comment:

In PHP 4.1.1
   No warning reported even if php.ini has
      error_reporting  =  E_ALL
      or
      error_reporting  =  E_NOTICE
   Warning reported if the script has
      error_reporting(E_ALL);
      or
      error_reporting(E_NOTICE);


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

[2000-11-27 11:11:10] [EMAIL PROTECTED]

Check your error_reporting line in php.ini
or try setting the error level to highest in
the beginning of the script:

error_reporting(E_ALL);


--Jani


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

[2000-10-12 09:46:04] [EMAIL PROTECTED]

$X = "c:\dirname";

In PHP 3.0.11, that's reported as "Bad escape sequence." 
In PHP 4.0.3, no error is reported.



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


-- 
Edit this bug report at http://bugs.php.net/?id=7160&edit=1

Reply via email to