Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c branches/PHP_5_4/ext/libxml/php_libxml.h trunk/ext/libxml/libxml.c trunk/ext/libxml/php_libxml.h

2011-08-30 Thread Rob Richards
I don't have a computer right now to see what you wrote for this, but we cannot use any of the global methods unless you have protection built in to only execute if within the context of a PHP call. Easiest way to see the conflict is by running both mod_php and mod_perl. Rob On 8/29/11 9:08

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c branches/PHP_5_4/ext/libxml/php_libxml.h trunk/ext/libxml/libxml.c trunk/ext/libxml/php_libxml.h

2011-08-30 Thread Gustavo Lopes
On Tue, 30 Aug 2011 14:11:28 +0100, Rob Richards rricha...@php.net wrote: I don't have a computer right now to see what you wrote for this, but we cannot use any of the global methods unless you have protection built in to only execute if within the context of a PHP call. Easiest way to see the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c branches/PHP_5_4/ext/libxml/php_libxml.h trunk/ext/libxml/libxml.c trunk/ext/libxml/php_libxml.h

2011-08-29 Thread Gustavo André dos Santos Lopes
cataphract Tue, 30 Aug 2011 01:08:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315752 Log: - Turns out the external entity loader is not a per-thread global but a true global. Changed code accordingly; however, applications that embed PHP and