Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12405 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71704 invoked by uid 1010); 27 Aug 2004 07:33:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66641 invoked from network); 27 Aug 2004 07:32:18 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 27 Aug 2004 07:32:18 -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 1C0bDf-0007hb-N0 for internals@lists.php.net; Fri, 27 Aug 2004 10:32:19 +0300 Message-ID: <412EE35E.203@hristov.com> Date: Fri, 27 Aug 2004 09:31:42 +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: internals@lists.php.net References: In-Reply-To: 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) 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 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. >