Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15613 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16596 invoked by uid 1010); 25 Mar 2005 23:15:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16581 invoked from network); 25 Mar 2005 23:15:27 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 25 Mar 2005 23:15:27 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:34196] helo=bluga.net) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id C9/E2-08971-F8B94424 for ; Fri, 25 Mar 2005 18:15:27 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id B599F21C720 for ; Fri, 25 Mar 2005 17:12:50 -0600 (CST) Received: from bluga.net ([127.0.0.1]) by localhost (bluga.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24350-03 for ; Fri, 25 Mar 2005 17:12:50 -0600 (CST) Received: from [192.168.0.102] (66-65-39-8.nyc.rr.com [66.65.39.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id F0E5A21C715 for ; Fri, 25 Mar 2005 17:12:48 -0600 (CST) Message-ID: <42449B83.5090209@php.net> Date: Fri, 25 Mar 2005 18:15:15 -0500 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <5.1.0.14.2.20050324191022.063c7ec0@localhost> <42436E8D.5000905@php.net> <9e1d4b856342d31ac27019c5bf5b7ac4@emini.dk> <424474D0.2030204@chiaraquartet.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at bluga.net Subject: Re: [PHP-DEV] Re: PHP 5.0.4RC2 rolled From: cellog@php.net (Greg Beaver) Edin Kadribasic wrote: > "Specific instructions" were: > > 1. We need a PHP or shell script that will create the contents of the PEAR directory that is bundled with PHP releases on windows. This script will be put in a crontab on the snaps box so we can update the content of that folder daily so the snaps also have the benefit of the most recent PEAR bundle. > > This cannot be that hard to make, can it? No, in fact, it has existed for almost a year now. see php-src/win32/build/mkdist.php. Wez wrote the script. I see the last person to commit to it was you. The PEAR part is at the bottom of the file. It can be extracted to create a cron job quite easily. Greg