Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17226 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78309 invoked by uid 1010); 11 Jul 2005 18:12:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78294 invoked from network); 11 Jul 2005 18:12:36 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 11 Jul 2005 18:12:36 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:60921] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 56/D9-25935-000B2D24 for ; Mon, 11 Jul 2005 13:44:33 -0400 Received: from [192.168.2.106] (c-24-6-1-160.hsd1.ca.comcast.net [24.6.1.160]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-3) with ESMTP id j6BHiHiI018510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 11 Jul 2005 10:44:18 -0700 Message-ID: <42D2AFF1.4010404@lerdorf.com> Date: Mon, 11 Jul 2005 10:44:17 -0700 User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gabor Hojtsy CC: PHP Developers Mailing List References: <42D2ACDF.30807@hojtsy.hu> In-Reply-To: <42D2ACDF.30807@hojtsy.hu> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 4.0.0 binary missing from museum.php.net From: rasmus@lerdorf.com (Rasmus Lerdorf) Gabor Hojtsy wrote: > Hi, > > Could someone responsible look into this bug? > http://bugs.php.net/33646 > > PHP 4.0.0. is an important piece of history, so it is better to keep it > available IMHO :) > > Regards, > Gabor Hojtsy > It's tagged in CVS. So just do: cvs -d:pserver:cvsread@cvs.php.net:/repository co -r php_4_0_0 php-src To get the PHP 4.0.0 sources. -Rasmus