Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93037 invoked from network); 11 May 2008 13:56:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 13:56:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.237 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.237 rv-out-0506.google.com Received: from [209.85.198.237] ([209.85.198.237:30417] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/F0-34108-A1BF6284 for ; Sun, 11 May 2008 09:56:44 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2075134rvb.23 for ; Sun, 11 May 2008 06:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=itdjp3xQfwyHAcWuAoYfBCJOdbDF6WhsGNROU4dJSt0=; b=LftwCOLXV/ZMDWzCXNmPNmn0FCNZ4KYMjOEGXbpEx9z1OMh8iKIskuH9wxFYYGIwh0ItEquTACcRl9qqM6ZtcHHL7WdXQJiEEMLWZ7+ReoE2p3gOOSAndhgZvO0Ra8k6kVWaOMJ9gyJcEXyDsHixrlEKbFgyBNHlJWhCOk01MI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lmzoO+oHTyvvPCC51ukm9dhcv6TBe1LS9at+TZXuqRgY1Hcy1eVt33G1MlVADxArrsWsqNstco1CUzL+RXPUilQYpcbWICx4JDRz8kHgmmuiC7J54G80vANzL5coK9DMit55+TfVC/KF1GKHJ16j16X3asgfIzNvEky1w2sL8aw= Received: by 10.140.185.19 with SMTP id i19mr3165990rvf.296.1210514200002; Sun, 11 May 2008 06:56:40 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sun, 11 May 2008 06:56:39 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 15:56:39 +0200 To: "Hector Santos" Cc: internals@lists.php.net In-Reply-To: <4826F845.6010102@isdg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4826958F.7010900@isdg.net> <4826ABFC.6080104@isdg.net> <4826C3F6.1020507@isdg.net> <4826F147.1030609@isdg.net> <4826F845.6010102@isdg.net> Subject: Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM From: pierre.php@gmail.com ("Pierre Joye") On Sun, May 11, 2008 at 3:44 PM, Hector Santos wrote: > Pierre Joye wrote: > > > > > > > > > Based on what I seen so far, compiling via current method > > > is like pulling teeth. :-) > > > > > > > What is hard in: > > > > > > 3. extract the dependencies in c:\phpw32\php_builds > > > > Summarize, define dependencies. The libraries required by PHP. Like libxml2, iconv, etc. We should be done with all PHP core dependencies soon (for vc6, 2k5 and 2k8). > > > I have not deeply stupid why yet, but I did noticed in the Changelog > > > comments related to this function: > > > > > > > Have you read the wiki? :) Please fetch the libxml we use for 5.2.6 here: > > > > 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. Use the libxml2 from pecl2 will solve this exact issue. I also recommend to fetch zlib and iconv. And Openssl if you need the ext/openssl extension. > > > > Which CVS bundle folder? > > > > > > http://cvs.php.net/viewvc.cgi/php-src/ > > > > > > > > > That's the main PHP CVS module. > > > > 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? The only libraries that are bundled in the PHP sources (what you have in cvs and in the source releases) are pcre and gd (for the extensions enabled by default). There may be other in optional extensions (like in mbstring). LibXml2 is not part of the php sources and you have to use the same version (or at least compatible with) the version we used. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org