Commit: ff57e84ef62df1b5f34bffc75fbc5c1ee0b259c4 Author: Lior Kaplan <[email protected]> Fri, 18 Dec 2015 00:59:39 +0200 Parents: 44a1de0472eca33620d4ae24905d083343399ff4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ff57e84ef62df1b5f34bffc75fbc5c1ee0b259c4 Log: Fix entry for #71024 Bugs: https://bugs.php.net/71024 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 413ee02..fa87b3c 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -49,7 +49,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Opcache: <ul> - <li>Fixed #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server).</li> + <li><?php bugfix(71024); ?> (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server).</li> <li><?php bugfix(70991); ?> (zend_file_cache.c:710: error: array type has incomplete element type).</li> <li><?php bugfix(70977); ?> (Segmentation fault with opcache.huge_code_pages=1).</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
