From: nbi at gmx dot de Operating system: Windows XP PHP version: 4.3.8 PHP Bug Type: PHP options/info functions Bug description: Change in error_reporting behavier
Description: ------------ There seems to be a change in error_reporting(), that came up from PHP 4.3.6 to 4.3.7: Setting error_reporting(0) did NOT display a warning like Warning: mysql_query(): Your query requires a full tablescan (table xyz, 4 rows affected). Use EXPLAIN to optimize your query. in xyz.php on line 594 With PHP 4.3.7 and 4.3.8 this warning is displayed, despite settings of error_reporting(0) or ini_set ('error_reporting', 0) -- Edit bug report at http://bugs.php.net/?id=29366&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29366&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29366&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29366&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29366&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29366&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29366&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29366&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29366&r=support Expected behavior: http://bugs.php.net/fix.php?id=29366&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29366&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29366&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29366&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29366&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29366&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29366&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29366&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29366&r=float