Hi,

On woansdei 5 Maaie 2010, Thomas Goirand wrote:
> Replying to myself, as I didn't know it would go back to the list! :)
> 
> My patch fixes the eregi calls, but not this one:
> 
>         $err = &new XML_Parser_Error($msg, $ecode);
>         return parent::raiseError($err);
> 
> What's the way to fix for php 5.3.x?

Two questions:

1) Why is it needed to pass the object by reference? It looks like it could 
just as well be passed by value.

2) Why is this bug of grave severity? As I understand it, using this only 
generates notices of level E_DEPRECATED. The code functions just as it did 
before.


Cheers,
Thijs

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to