Commit: 3766aae3cb372e923ee9fc403ca7b75b66959333 Author: Christoph M. Becker <[email protected]> Thu, 4 Jul 2019 16:36:19 +0200 Parents: c0b81b91505afff71854fb7b169407f5aeaa22c1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3766aae3cb372e923ee9fc403ca7b75b66959333 Log: Fix typo in changelog Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 49a8791..6c5f0c3 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -55,7 +55,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>Standard: <ul> <li><?php bugfix(77135); ?> (Extract with EXTR_SKIP should skip $this).</li> - <li>Fixed bug ##77937 (preg_match failed).</li> + <li><?php bugfix(77937); ?> (preg_match failed).</li> </ul></li> <li>Zip: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
