Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53844 invoked by uid 1010); 27 Jun 2007 16:58:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53829 invoked from network); 27 Jun 2007 16:58:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2007 16:58:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=giunta.gaetano@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=giunta.gaetano@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: giunta.gaetano@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Received: from [66.249.92.169] ([66.249.92.169:11193] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/B0-17538-B4792864 for ; Wed, 27 Jun 2007 12:58:53 -0400 Received: by ug-out-1314.google.com with SMTP id c2so155340ugf for ; Wed, 27 Jun 2007 09:58:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=aSZckwQ91sR9zqbxowPUco6ck3/WygcAocvirounh4H6XlI9WRix9aldKk1SxMs5e+EEu4Ipmx4J5h4oDmZdGkkfOAbRqR72kvmjoIGF2ACKi2+TDC0L/3oeUDENlukpD72h+ZYOl41Z+rdO4+RY/g03coaz5ENcOBpygbFbifY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=NGOy4wyd5mhOTvYclGlTX2UnosDaUyqhJOZG4GA1JWop83iMXZE0ITObo01E2lenUOo4CA5A2wtBK7EGszxARpcXx2LZToCsHcoh2bMLabo/bpZqM9po43Q+wjCb2HC7GI2Kdqtd05wJGhOhK3hOC7rr07ctSfzn0rb504PjtYo= Received: by 10.78.21.7 with SMTP id 7mr403438huu.1182963528144; Wed, 27 Jun 2007 09:58:48 -0700 (PDT) Received: from ?192.168.1.2? ( [151.66.60.163]) by mx.google.com with ESMTP id h6sm7630896nfh.2007.06.27.09.58.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Jun 2007 09:58:47 -0700 (PDT) Message-ID: <4682970D.5030607@gmail.com> Date: Wed, 27 Jun 2007 18:57:49 +0200 User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: SNAPS+SNAPSPecl different to Pecl4Win From: giunta.gaetano@gmail.com (Gaetano Giunta) As a side note, I've been slowly chugging away (sorry, it's my first php build on windows ever) on modified pecl4win scripts that would build extensions starting from pecl releases instead of pulling the code from cvs. The first problem I have found is that the APC extension (the first I tested) has no config.w32 file included in the distribution, even though one is present in CVS (and has been for quite a while afaict). This prevents a successful build of the extensions under windows (note: I only tested the php 5 build scripts). Is this situation common in pecl packages? Is there any (easy) workaround other than "if the file is not in the distribution, try getting it from cvs"? Thanks Gaetano Giunta