Re: [PHP-DEV] XML requirements: Are the docs incorrect ? + ext/soap

2004-08-27 Thread Andrey Hristov
ext/soap pumped up the minimal requirement. It uses xmlBufferCreateStatic which is not found in the 2.5.x libxml2 . I upgraded to 2.6.7 and this helped. Probably when --disable-soap is used one can use 2.5.10+ . For me libxml2-2.5.10-29.i586.rpm (suse 9.0) didn't work. andrey George Schlossnagle

Re: [PHP-DEV] XML requirements: Are the docs incorrect ? + ext/soap

2004-08-27 Thread Christian Stocker
On 27.8.2004 9:31 Uhr, Andrey Hristov wrote: ext/soap pumped up the minimal requirement. It uses xmlBufferCreateStatic which is not found in the 2.5.x libxml2 . I upgraded to 2.6.7 and this helped. Probably when --disable-soap is used one can use 2.5.10+ . For me libxml2-2.5.10-29.i586.rpm

Re: [PHP-DEV] XML requirements: Are the docs incorrect ? + ext/soap

2004-08-27 Thread Andrey Hristov
ok, needs clearance. 2.5.10 didn't work for me when SOAP support was enabled. I didn't try compiling without it since I just needed this extension compiled (usually I leave it out as well as the XML stuff). Andrey Christian Stocker wrote: On 27.8.2004 9:31 Uhr, Andrey Hristov wrote: ext/soap