Patch Moves the Registering of the PHP XML Streams to the request init,
instead of installing them globaly in the Module init.
This is needed if any other Apache modules use libxml2 on a non-php
request. If this patch is not applied, any other use of libxml2 in the
same process will likely fail when the PHP callbacks are called.
Thanks,
-Paul Querna
Anyone see a problem with this patch? If not, I'd like to include it in RC3
because it makes sense.
Andi
At 10:13 PM 5/26/2004 -0700, Paul Querna wrote:
Patch Moves the Registering of the PHP XML Streams to the request init,
instead of installing them globaly in the Module init.This is needed if any other Apache modules use libxml2 on a non-php
request. If this patch is not applied, any other use of libxml2 in the
same process will likely fail when the PHP callbacks are called.Thanks,
-Paul Querna