Commit: 586bfaf0b8c04a77f4f72ee49b9f85dbb8217554 Author: Hannes Magnusson <[email protected]> Mon, 21 Oct 2013 23:18:26 -0700 Parents: e6f68b767680f70fa46b3f5b7affc6c84bfa770e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=586bfaf0b8c04a77f4f72ee49b9f85dbb8217554 Log: Revert "Hiding CHM builds for now. See bug #64842" This reverts commit de51de5838afb784259bf1b338f37f9e795fa157. The CHM should be available again \o/ Bugs: https://bugs.php.net/64842 Changed paths: M download-docs.php Diff: diff --git a/download-docs.php b/download-docs.php index a72045a..885d9ba 100644 --- a/download-docs.php +++ b/download-docs.php @@ -64,8 +64,8 @@ $formats = array( "Many HTML files" => "tar.gz", # "Many PDF files" => "pdf.tar.gz", # "PDF" => "pdf", -# "HTML Help file" => "chm", // Bug #64842 -# "HTML Help file (with user notes)" => "chm", // Bug #64842 + "HTML Help file" => "chm", + "HTML Help file (with user notes)" => "chm", ); ?> @@ -92,9 +92,6 @@ $formats = array( tool you use does otherwise. </li> <li> - The CHM builds are offline but will be fixed in the future. We are - sorry for the inconvenience. - <!-- <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" @@ -105,7 +102,6 @@ $formats = array( result in error messages including "Navigation to the webpage was canceled" due to Windows security restrictions. </p> - --> </li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
