ID:               29026
 Updated by:       [EMAIL PROTECTED]
 Reported By:      torr0101 at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows 2003 Standard
 PHP Version:      5.0.0RC3
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Use error_reporting(E_ALL) and you see that it's not broken at all.


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

[2004-07-07 03:34:45] torr0101 at hotmail dot com

I switched to the mysqli extension and everything works. Still, it's
strange...

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

[2004-07-06 02:07:51] torr0101 at hotmail dot com

Description:
------------
I've set error_reporting to E_ALL in php.ini.  I've set the log to
error_log = "C:\Windows\php_errors.log".  Nothing happens even if I
force an error.  No response in the browser, and no log created.
phpinfo() works fine. Good code works. Impossible to debug without
error reports, though.

Reproduce code:
---------------
<?php 
  echo "Hey";
  ougiygyug
?>


Expected result:
----------------
an error

Actual result:
--------------
outputs Hey to the browser.


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


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

Reply via email to