Commit: 556ceaacfae8e578081b948f7371d9ea1c651e1d Author: Lior Kaplan <[email protected]> Fri, 20 Mar 2015 12:47:03 +0200 Parents: ea4d9310d83a8b804ff93dc0e41b474666588e5e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=556ceaacfae8e578081b948f7371d9ea1c651e1d Log: Fix typo in previous commit Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 81ac97a..db23752 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -57,7 +57,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>OpenSSL: <ul> - <li><?php bugfix(61285); ?>, <? bugl(68329); ?>, <? bugl(68046); ?>, <? bugl(41631); ?> (encrypted streams don't observe socket timeouts).</li> + <li><?php bugfix(61285); ?>, <?php bugl(68329); ?>, <?php bugl(68046); ?>, <?php bugl(41631); ?> (encrypted streams don't observe socket timeouts).</li> </ul></li> <li>pgsql: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
