2009/6/10 Johannes Schlüter :
> On Wed, 2009-06-10 at 16:31 +0200, Hannes Magnusson wrote:
>> Can I merge to 5.3?
>>
>> (without this patch all I get are segfaults..)
>
> Any idea why this fails? In the configure line you gave on IRC you're
> building these statically, so PHP_ADD_EXTENSION_DEP in t
On Wed, 2009-06-10 at 16:31 +0200, Hannes Magnusson wrote:
> Can I merge to 5.3?
>
> (without this patch all I get are segfaults..)
Any idea why this fails? In the configure line you gave on IRC you're
building these statically, so PHP_ADD_EXTENSION_DEP in the config.m4
should create the right or
Can I merge to 5.3?
(without this patch all I get are segfaults..)
-Hannes
On Wed, Jun 10, 2009 at 16:28, Hannes Magnusson wrote:
> bjori Wed Jun 10 14:28:06 2009 UTC
>
> Modified files:
> /php-src/ext/simplexml simplexml.c
> Log:
> Fix extension loading order
>
>
>
> http:/
On Wed, 11 Feb 2004, Zeev Suraski wrote:
> zeev Wed Feb 11 14:15:34 2004 EDT
>
> Modified files:
> /php-src/ext/simplexmlsimplexml.c
> Log:
> Prevent SimpleXML from silently modifying types of variables that are
> assigned to its objects.
>
> Implementa