Commit: 133c2ca4bd44f52d9b190a3d5c84e0eb36e2c780 Author: Adam Harvey <[email protected]> Wed, 11 Dec 2013 13:03:35 -0800 Parents: 960cfcbf6b82a44762ef65156cf4ff710de47989 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=133c2ca4bd44f52d9b190a3d5c84e0eb36e2c780 Log: Remove the note about the many HTML files tarball not having a directory. Fixes bug #66197 (Incorrect info on HTML documentation download). Bugs: https://bugs.php.net/66197 Changed paths: M download-docs.php Diff: diff --git a/download-docs.php b/download-docs.php index 885d9ba..89a38b5 100644 --- a/download-docs.php +++ b/download-docs.php @@ -86,12 +86,6 @@ $formats = array( are not complete, and contain English parts. </li> <li> - The packaged HTML version of the manual (tar.gz) doesn't contain - any directories, so all of the files will be dumped into your - current working directory when you expand the archive unless the - tool you use does otherwise. - </li> - <li> <p class="warn"> If you are using Windows XP SP2 or later and you are going to download the documentation in CHM format, you <strong>need</strong> to "unblock" -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
