ID: 26472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating System: All PHP Version: 5.0.0b2 (beta2) Assigned To: betz New Comment:
> standard setting for error_reporting in php5 > E_ALL & ~E_NOTICE & ~E_STRICT That doesnt make sense, as E_ALL does not include E_STRICT. It's just what it was in PHP 4: E_ALL & ~E_NOTICE. The rest was ok. Previous Comments: ------------------------------------------------------------------------ [2003-12-07 09:32:22] [EMAIL PROTECTED] better not submitting doc bugs about moving targets ;-) Ok, I'll take care. Am I right this _is_ the final solution: E_ALL 2047 E_STRICT 2048 E_ALL does not include E_STRICT standard setting for error_reporting in php5 E_ALL & ~E_NOTICE & ~E_STRICT Friedhelm ------------------------------------------------------------------------ [2003-12-02 05:01:42] [EMAIL PROTECTED] Funny, shortly after I reported this bug, it has been decieded to NOT include E_STRICT in E_ALL; this means the value of E_ALL has been changed back to its original value of 2047 ;-) Sorry for the fuz; better not write documentation on moving targets. ------------------------------------------------------------------------ [2003-12-01 06:54:20] [EMAIL PROTECTED] This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2003-11-30 15:49:00] [EMAIL PROTECTED] If it changed from 2047 to 4095, what is the differece? : 4095-2047= 2048 :) ------------------------------------------------------------------------ [2003-11-30 15:45:04] [EMAIL PROTECTED] Whats the value of E_Strict? Haven't cvs compiled and its not changend in Beta2. Thx Friedhelm ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/26472 -- Edit this bug report at http://bugs.php.net/?id=26472&edit=1
