Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39741 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28622 invoked from network); 7 Aug 2008 15:13:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2008 15:13:08 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:40623] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/49-29324-3011B984 for ; Thu, 07 Aug 2008 11:13:08 -0400 Received: (qmail 27514 invoked by uid 507); 7 Aug 2008 15:13:03 -0000 Received: from ppp-88-217-8-157.dynamic.mnet-online.de (HELO ?192.168.1.101?) (postmaster%schlueters.de@88.217.8.157) by mail4.netbeat.de with ESMTPA; 7 Aug 2008 15:13:03 -0000 To: PHP Internals List Content-Type: text/plain Date: Thu, 07 Aug 2008 17:13:03 +0200 Message-ID: <1218121983.4211.14.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Subject: cleaning php-src root dir From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, the php-src/ dir is quite filled with outdated READMEs and TODOs, any objection to remove these files: README.PHP4-TO-PHP5-THIN-CHANGES README.QNX README.UPDATE_5_2 README.Zeus TODO TODO-5.1 TODO-PHP5 UPGRADING The TODOs seem to be quite outdated, the Upgrading guides for 5.0, 5.1 and 5.2 are part of the documentation meanwhile. 5.3 will get a new one. Related to that: ChangeLog in 5.3 is kind of awkward: It only lists changes in 2005, until HEAD became PHP 6. In HEAD it's a long file covering 2005-2008, anybody wants to clean that up :-) README.TESTING2 might need an update, run-tests2.php doesn't exist, but server-tests.php does, anybody maintining that? README.WIN32-BUILD-SYSTEM - does this require updating for the new build infrastructure? johannes