Date: 10/24/00
- Next message: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Previous message: Andi Gutmans: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c"
- In reply to: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Next in thread: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Reply: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Not 100% sure what you mean by this, so I guess it's time to dig into
php_error(). PG() is parser globals?
On Tue, 24 Oct 2000, Hartmut Holzgraefe wrote the following to Joey Smith :
> 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-77
>
> Besuchen 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: Joey Smith: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Previous message: Andi Gutmans: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c"
- In reply to: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Next in thread: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Reply: Hartmut Holzgraefe: "Re: [PHP-DEV] Re: is_a2z would be nice..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

