ID:               26472
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         Documentation problem
 Operating System: All
 PHP Version:      5.0.0b2 (beta2)
 Assigned To:      betz
 New Comment:

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


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

[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 

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

[2003-11-30 10:59:49] [EMAIL PROTECTED]

Description:
------------
Since the addition of E_STRICT, the value of E_ALL has changed from
2047 to 4095.

This may affected the php_value directive for apache and related issues
where no symbolic but only the numeric value can be set.



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


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

Reply via email to