Commit: 7d504a68b5d95cf3acd957c6b30fa9d629c78584 Author: Hannes Magnusson <bj...@mongodb.com> Sun, 22 Dec 2013 21:29:45 -0800 Parents: 2c6cc6036763d57d701978c70eb52af5f7a25fbe Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7d504a68b5d95cf3acd957c6b30fa9d629c78584 Log: Windows Installer removed as it isn't available anymore Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 0082f51..39433af 100644 --- a/error.php +++ b/error.php @@ -236,6 +236,8 @@ $manual_page_moves = array( 'install.sambar' => 'install.windows.sambar', 'install.solaris' => 'install.unix.solaris', 'install.xitami' => 'install.windows.xitami', + 'install.windows.installer.msi' => 'install.windows', + 'install.windows.installer' => 'install.windows', // Internals docs where moved 'zend' => 'internals2.ze1.zendapi', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php