Commit: de51de5838afb784259bf1b338f37f9e795fa157 Author: philip <phi...@php.net> Tue, 9 Jul 2013 11:04:55 -0700 Parents: 6b1d042465a7f42aa366f663baecef229e957332 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=de51de5838afb784259bf1b338f37f9e795fa157 Log: Hiding CHM builds for now. See bug #64842 Bugs: https://bugs.php.net/64842 Changed paths: M download-docs.php Diff: diff --git a/download-docs.php b/download-docs.php index 885d9ba..a72045a 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", - "HTML Help file (with user notes)" => "chm", +# "HTML Help file" => "chm", // Bug #64842 +# "HTML Help file (with user notes)" => "chm", // Bug #64842 ); ?> @@ -92,6 +92,9 @@ $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" @@ -102,6 +105,7 @@ $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