On Wed, Nov 19, 2003 at 12:00:30AM +0200, Andi Gutmans wrote : 
> Hey,
> 
> I added an E_STRICT error level today which purists can use to make sure 
> that there scripts are using the latest and greatest suggested method of 
> coding (according to what we decide).
> Ideas are things like:
> a) Not using var for member variables but moving to PPP.
> b) Not using is_a but using instanceof.
> 
> If you have any further ideas of stuff which makes sense to add to this 
> option let me know. For obvious reasons this will be off by default.

        Maybe it should be noted somewhere that E_ALL no longer is 2047 but
        4095 in its value (maybe important for Apache php_value directives).

        - Markus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to