Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91503 invoked by uid 1010); 27 Aug 2004 08:08:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91395 invoked from network); 27 Aug 2004 08:08:08 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 27 Aug 2004 08:08:08 -0000 Received: from pd95e9795.dip.t-dialin.net ([217.94.151.149] helo=[192.168.0.36]) by iko.gotobg.net with asmtp (Exim 4.41) id 1C0bmL-0003eq-Qf; Fri, 27 Aug 2004 11:08:10 +0300 Message-ID: <412EEBBD.4030401@hristov.com> Date: Fri, 27 Aug 2004 10:07:25 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christian Stocker CC: internals@lists.php.net References: <412EE35E.203@hristov.com> <412EE8FD.1060800@bitflux.ch> In-Reply-To: <412EE8FD.1060800@bitflux.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] XML requirements: Are the docs incorrect ? + ext/soap From: php@hristov.com (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 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. > > > Didn't work with --disable-soap? > > If that's the case, something's fishy somewhere else and this shouldn't > be the case currently > > chregu > >> >> andrey >> >> George Schlossnagle wrote: >> >>> >>> On Aug 26, 2004, at 10:28 PM, Naik, Roshan wrote: >>> >>>>> Yes, you have it to pick up from xmlsoft.org >>>>> >>>> >>>> There is no mention of the minimal libxml2 version required anywhere >>>> either. The old dom-xml needed >= 2.4.14 >>>> But on PHP5 It doesnt seem to like 2.5.9 either. >>>> >>>> any clue whats the minimal supported version ? >>> >>> >>> >>> >>> configure will tell you (when it fails). When you ran configure it >>> should have failed and told you: >>> >>> "libxml2 version 2.5.10 or greater required." >>> >>> Install questions in general should go to php-general@lists.php.net. >>> >> >