2009/6/10 Johannes Schlüter <johan...@php.net>: > 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 order without the need or runtime resolution. > > The patch itself is fine, but I'd like to understand what's broken > before hiding a possible problem.
Sorry, I had a plane to catch so I didn't have the time to look into what exactly was the problem, but it looked like a dependency registration problem - simplexml being loaded before spl, so simplexml was trying to implement not-yet-register interface... Effectively, with that configure line every single php call resulted in a segfault - making the RC useless so I'd like to get that patch committed before the release.... -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php