[PATCH] Install Documentation for Unix/Windows

php.internals

Philip Olson

21 years ago
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

Edin Kadribasic

21 years ago
Hi, Updated the files in all 3 branhes. I have left win32/install.txt in unix format as our packaging script already takes care of neccessary conversions. Edin ----- Original Message ----- From: "Philip Olson" <philip@cornado.com> To: <internals@lists.php.net> Cc: <phpdoc@lists.php.net> Sent: Wednesday, March 30, 2005 12:09 AM Subject: [PHP-DEV] [PATCH] Install Documentation for Unix/Windows