Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Rob Richards
From: Sebastian Bergmann > > /php4/ext/xml xml.c > > Log: > > use xmlInitParser instead of xmlInitThreads > > reentrant safe as well > > Does this mean that we no longer need a patched version of libxml2 to > build on Win32? Correct, standard libxml binaries will now work. hadn't got

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Sebastian Bergmann
Rob Richards wrote: > rrichards Sat Jun 14 14:14:06 2003 EDT > > Modified files: > /php4/ext/xml xml.c > Log: > use xmlInitParser instead of xmlInitThreads > reentrant safe as well Does this mean that we no longer need a patched version of libxml2 to build on Win32?