Date: 10/24/00
- Next message: Heiner Steven: "Re: [PHP-DEV] Re: PHP 4.0 Bug #7478 Updated: empty() function does not work as expected"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- In reply to: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Next in thread: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Reply: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Joey Smith wrote:
> Would be very nice if I could decide the error reporting level
> at which to report PHP_EXPERIMENTAL or PHP_DEPRECATE
> functions...personally, I would want those to be set to E_ERROR,
> but I'm betting that not everyone will agree with me...
i already thought about making 'warn_deprecate' and 'warn_experimental'
integers instead of booleans
this way we only had to change the 'php_error(E_WARNING,...)' into
'php_error(PG(warn_deprecate),...)' an there we are ...
-- Hartmut Holzgraefe hartmut <email protected> http://www.six.de +49-711-99091-77Besuchen Sie uns auf der Systems in München , Halle C2, Stand 126
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Heiner Steven: "Re: [PHP-DEV] Re: PHP 4.0 Bug #7478 Updated: empty() function does not work as expected"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- In reply to: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Next in thread: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Reply: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

