Re: [PHP-DEV] php5 beta3 preg_replace_callback() change?

2003-12-22 Thread Stefan Walk
On Mon, Dec 22, 2003 at 09:34:38AM -0500, Hans Lellelid wrote: > This was AFAIK the way to invoke methods in a static class. Perhaps we > now need to specify classname rather than 'self'. Just use __CLASS__. -- Regards, Stefan Walk <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Developmen

Re: [PHP-DEV] php5 beta3 preg_replace_callback() change?

2003-12-22 Thread Hans Lellelid
> On Mon, Dec 22, 2003 at 05:32:53AM -0800, David Giffin wrote: >> I wanted to check if something changed in the preg_replace_callback() >> function. After going to beta3 we are now not able to make static >> object/method calls, that were working on beta2. Here is the error >> message: >> >> Warni

Re: [PHP-DEV] php5 beta3 preg_replace_callback() change?

2003-12-22 Thread Stefan Walk
On Mon, Dec 22, 2003 at 05:32:53AM -0800, David Giffin wrote: > I wanted to check if something changed in the preg_replace_callback() > function. After going to beta3 we are now not able to make static > object/method calls, that were working on beta2. Here is the error > message: > > Warning: pre

[PHP-DEV] php5 beta3 preg_replace_callback() change?

2003-12-22 Thread David Giffin
Hi All, I wanted to check if something changed in the preg_replace_callback() function. After going to beta3 we are now not able to make static object/method calls, that were working on beta2. Here is the error message: Warning: preg_replace_callback(): requires argument 2, 'self::replacePropert