Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969367147 php.internals:15665 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59027 invoked by uid 1010); 29 Mar 2005 22:09:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58994 invoked from network); 29 Mar 2005 22:09:30 -0000 Received: from unknown (HELO cornado.com) (127.0.0.1) by localhost with SMTP; 29 Mar 2005 22:09:30 -0000 X-Host-Fingerprint: 66.180.228.196 merlin.pegasi.net FreeBSD 2.0-4.2 Received: from ([66.180.228.196:3603] helo=merlin.pegasi.net) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 34/9A-29169-912D9424 for ; Tue, 29 Mar 2005 17:09:30 -0500 Received: from merlin.pegasi.net (merlin.pegasi.net [127.0.0.1]) by merlin.pegasi.net (8.13.3/8.13.3) with ESMTP id j2TM9Rvl087297 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO); Tue, 29 Mar 2005 22:09:27 GMT Received: from localhost (philip@localhost) by merlin.pegasi.net (8.13.3/8.13.3/Submit) with ESMTP id j2TM9QiU087294; Tue, 29 Mar 2005 22:09:27 GMT X-Authentication-Warning: merlin.pegasi.net: philip owned process doing -bs Date: Tue, 29 Mar 2005 22:09:26 +0000 (GMT) X-Sender: philip@merlin.pegasi.net To: internals@lists.php.net cc: phpdoc@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [PATCH] Install Documentation for Unix/Windows From: philip@cornado.com (Philip Olson) Hello! Both win32/install.txt and INSTALL need an update before the next PHP release so here's a patch for these two files: http://boogle.com/tmp/patch_phpsrc_install.txt It's an enormous patch because the line endings were incorrect for these files but have been fixed (install.txt = \r\n and INSTALL = \n). If you're curious on what content actually changed, see: http://boogle.com/tmp/patch_phpsrc_install_changed.txt There have been some important changes to these docs so please apply this patch ASAP. Regards, Philip