Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47251 invoked by uid 1010); 22 Jul 2007 00:13:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47236 invoked from network); 22 Jul 2007 00:13:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2007 00:13:14 -0000 Authentication-Results: pb1.pair.com header.from=giunta.gaetano@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=giunta.gaetano@gmail.com; spf=pass; sender-id=pass 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:37660] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/84-34267-911A2A64 for ; Sat, 21 Jul 2007 20:13:14 -0400 Received: by ug-out-1314.google.com with SMTP id c2so910764ugf for ; Sat, 21 Jul 2007 17:13:11 -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:cc:subject:content-type:content-transfer-encoding; b=j8gpWfeXToXgHcDufS6EJ9WGS8Vnur4VRRx2jrq/Fr302QTrAk7/aG7ozaFd9fhK7V9x4i/PdPKBn69rcox67gv1+76NwGSkXgbFqZj1pMPLbGQI92bpCZ4ioemAlGj9J1FG/+cv74T+rFgj2BfpABVDA4VfOczv4f4wZNO/+2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=MdvMFiWCx+MAn85YDUgjiXv5jdRzXeKAlYvZWZnPx7dTH3RY7KGEYPOxsXrrnARA/lTcWPpDS6/XbaWN9v7h0zAPJs6Zku1cmIroigzdnOUi+EAjsJna2oJCLbGLCQ2OvsTHLs8Tt0NFgqXNL9Z8qpXv7PywzyFYU5RB5uEPF8Q= Received: by 10.67.30.3 with SMTP id h3mr3072037ugj.1185063190999; Sat, 21 Jul 2007 17:13:10 -0700 (PDT) Received: from ?192.168.1.2? ( [151.66.59.167]) by mx.google.com with ESMTPS id 2sm8956860nfv.2007.07.21.17.13.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Jul 2007 17:13:09 -0700 (PDT) Message-ID: <46A2A0D4.2010307@gmail.com> Date: Sun, 22 Jul 2007 02:12:04 +0200 User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: internals@lists.php.net CC: edin@krug.dk Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: packaged extensions versions on pecl4win: initial source release From: giunta.gaetano@gmail.com (Gaetano Giunta) I have just uploaded my patched pecl4win repo to http://gggeek.altervista.org/sw/peclwin/ the code is still far for complete (eg php 4 build script is not finished), but at least I added a dirt quick readme and a sql migration script (not tested ;) for existing pecl4win installs. building packaged versions of extensions for php 5.2.3 (and removing by hand pdo_sqllite, pdo sqllite and xmlrpci because of build problems), I got 37 extensions ok (see http://gggeek.altervista.org/sw/pecl4win/5_2.htm) bye Gaetano