Commit: 6e42779819d31eee6217d38102efacac0ef749eb Author: Hannes Magnusson <[email protected]> Sun, 22 Dec 2013 21:29:45 -0800 Parents: a70c4e84209d2f723f944ecb0c721eab27d6d77f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6e42779819d31eee6217d38102efacac0ef749eb 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
