Commit: 1cb1e307530fe5eadf272cd2509abd12aed09f25 Author: Rasmus Lerdorf <[email protected]> Thu, 2 Oct 2014 21:29:27 -0700 Parents: 081e8af93e808b133e466450afc5315484f764bf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1cb1e307530fe5eadf272cd2509abd12aed09f25 Log: fix typo Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index c0f40d0..75ce023 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>02-Oct-2014</b> <ul><li>Core: <ul> - <li>Implemented FR <?php bugl(38409); ?> (parse_ini_file() looses the type of booleans).</li> + <li>Implemented FR <?php bugl(38409); ?> (parse_ini_file() loses the type of booleans).</li> <li><?php bugfix(65463); ?> (SIGSEGV during zend_shutdown()).</li> <li><?php bugfix(66036); ?> (Crash on SIGTERM in apache process).</li> <li><?php bugfix(67878); ?> (program_prefix not honoured in man pages).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
