Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98721 invoked by uid 1010); 1 Apr 2005 22:00:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98706 invoked from network); 1 Apr 2005 22:00:26 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 1 Apr 2005 22:00:26 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:39688] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 58/45-22409-774CD424 for ; Fri, 01 Apr 2005 17:00:24 -0500 Received: (qmail 32126 invoked from network); 1 Apr 2005 22:00:19 -0000 Received: from localhost (HELO zeev-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 1 Apr 2005 22:00:19 -0000 Message-ID: <5.1.0.14.2.20050401235721.0668c050@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 02 Apr 2005 00:00:18 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: PHP 5.0.4 PEAR issue From: zeev@zend.com (Zeev Suraski) Folks, We have a bit of a situation with the PEAR distro that's embedded in 5.0.4. It's missing the RunTest.php file, so PEAR doesn't install. The options we have, as far as I can tell, are: [a] Re-release 5.0.4 with that file [b] Release 5.0.5 with that file (seems a bit too aggressive considering there are no code changes, and may cause confusion) [c] Instruct people to install PEAR from http://go-pear.org I lean towards option [a]. Thoughts? Zeev