Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47239 invoked by uid 1010); 13 Jul 2007 09:47:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47223 invoked from network); 13 Jul 2007 09:47:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2007 09:47:55 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 64.233.162.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 64.233.162.226 nz-out-0506.google.com Received: from [64.233.162.226] ([64.233.162.226:16915] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/F4-33257-94A47964 for ; Fri, 13 Jul 2007 05:47:54 -0400 Received: by nz-out-0506.google.com with SMTP id x7so388590nzc for ; Fri, 13 Jul 2007 02:47:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sL2T3gZkGA9pxCM2zkv52B2bkoBlV16U23N79rlcOiyJaYJVMvlVRPFZED7J0Z8Fbisx2eAEmRhlCgOGWrpaBNwS44wa6zgF9YMDpi6+F0+JcV/aD9sQlwMBCYjBTPSlu7UyHh2CWkP5Tc62yyxfbLUXzfYTXj496ym3d2GgVsc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E9CrekBbCI2+EEnRF0uGrraIRpcFR32Wp1PRX2YKE4rlKH+2k4/am4tdVDcnsO2kKX0dQUvZN7IzKIzMao1B8mVAvk0ybh8fnIB3+VyUvrCfk/TR/pChi0oi/ZUje6A9KiloU8+JlKHWb0tV36xttmb953rwjZhhOP9rrraqt7c= Received: by 10.115.61.1 with SMTP id o1mr1462751wak.1184320070002; Fri, 13 Jul 2007 02:47:50 -0700 (PDT) Received: by 10.114.205.19 with HTTP; Fri, 13 Jul 2007 02:47:49 -0700 (PDT) Message-ID: <10845a340707130247u6afac403g28deb98a2ca7d902@mail.gmail.com> Date: Fri, 13 Jul 2007 10:47:49 +0100 Reply-To: RQuadling@GoogleMail.com To: "Gaetano Giunta" Cc: internals@lists.php.net, ceo@l-i-e.com, christopher.jones@oracle.com, edin@krug.dk In-Reply-To: <4696A670.5030107@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4682970D.5030607@gmail.com> <4682F736.3030103@gmail.com> <47754.216.230.84.67.1183061041.squirrel@www.l-i-e.com> <46845112.8030505@gmail.com> <42301.216.230.84.67.1183144594.squirrel@www.l-i-e.com> <4696A670.5030107@gmail.com> Subject: Re: [PHP-DEV] Re: SNAPS+SNAPSPecl different to Pecl4Win From: rquadling@googlemail.com ("Richard Quadling") On 12/07/07, Gaetano Giunta wrote: > I think I finally have something demoable, regarding the possibility of > extending pecl4win to offer compiled dlls of the released version pf > pecl packages, besides the compiled cvs version. > > The build process is almost ok: > + two separate build environments (incl. pecl trees) are used: one for > pecl cvs, one for packaged versions > + after pulling via http the released packages from pecl.php.net, if > file config.win32 is missing. it is pulled in from cvs. This brought > total compiled dll count (for php 5.2.3) up to 38 (there are 3/4 > config.w32 files that still need to be patched by hand, but you only > have to do it once) > + I still have to sort out some troubles in building single extensions... > > A modified version of the pecl4win site is available here: > http://gggeek.altervista.org/sw/pecl4in/ > Please note that all links on the pages are broken (no postgres support > on that shared host, so I took snapshots of the actual php scripts), you > can only access the pages via the main index. > It is built on a very small, hand inserted data set, with the only > purpose of testing php+sql code. > > There is a lot more info than before available, but I somehow have the > feeling that the disposition is messy. Any suggestion for a better > layout/infoset is welcome. > Please note that: > + page titles / table column headers have been reworked a bit, for > greater consistency > + the single ext.page layout has seen a column/row swap to accommodate > many releases of the same extension > + a link back to pecl has been added on the single extension page > +++ there is a huge inconsistency between pecl and pecl4win: whereas the > former uses the term PACKAGE, the latter uses EXTENSION. Maybe it would > be a good idea to fix this? > > Bye > Gaetano > > ps: I'm still polishing the code, but it is available to everybody who > requests it... > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > http://gggeek.altervista.org/sw/pecl4win/ if you hadn't already guessed. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"