Commit: f1d725207b1d765e955e1fbb92ae194101278e6c Author: Lior Kaplan <[email protected]> Fri, 20 Mar 2015 12:47:03 +0200 Parents: fe484a6e19fd02fb1df7da1e0e25b09af0912451 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f1d725207b1d765e955e1fbb92ae194101278e6c 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
