Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37597 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91493 invoked from network); 11 May 2008 13:52:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 13:52:34 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.134 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.134 smtpout0134.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.134] ([64.97.136.134:57057] helo=n068.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/A0-34108-12AF6284 for ; Sun, 11 May 2008 09:52:34 -0400 Received: from sc1-out02.emaildefenseservice.com (64.97.139.2) by n068.sc1.he.tucows.com (7.2.069.1) id 4769316E01471F48; Sun, 11 May 2008 13:52:26 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,bdd29bbbb5c2af5e,87c91084b60f24e8,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:599:601:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2194:2198:2199:2200:2393:2559:2562:2828:2895:2902:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:4250:4699:5007:6119:6261:7804:7875,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0, MSF:not bulk,SPF:,MSBL:none,DNSBL:none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host86-130-56-54.range86-130.btcentralplus.com [86.130.56.54]) (Authenticated sender: steph.fox) by sc1-out02.emaildefenseservice.com (Postfix) with ESMTP; Sun, 11 May 2008 13:52:25 +0000 (UTC) Message-ID: <00d401c8b36e$672e6f50$4001a8c0@foxbox> Reply-To: "Steph Fox" To: "Hector Santos" , "Pierre Joye" Cc: References: <4826958F.7010900@isdg.net> <4826ABFC.6080104@isdg.net> <4826C3F6.1020507@isdg.net> <4826F147.1030609@isdg.net> <4826F845.6010102@isdg.net> Date: Sun, 11 May 2008 14:53:32 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM From: steph@zend.com ("Steph Fox") > Been there. But I'll check it out again later. The best success was > getting the EDIN zip and use this for all the extras. But there might be > issue with 5.2.6. I'll check that out later too. No, it's libxml. You need to update it. Same with many other things on the link Pierre gave you, which replaces the old zip.zip because Edin no longer has enough hours in the day to keep that updated. > And what does that mean? Why are the bundle files dead? Is this related > to the idea that LIBXML is now part of the core? Someone (Sterling?) bundled it a million years ago and it was unbundled later, you just can't build PHP without it. ext/libxml is a wrapper, not the library itself. - Steph