Commit: fe484a6e19fd02fb1df7da1e0e25b09af0912451 Author: Lior Kaplan <[email protected]> Fri, 20 Mar 2015 12:34:08 +0200 Parents: 35df80d4f808d5ea6ba8a81702cdce3a0b9aef65 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fe484a6e19fd02fb1df7da1e0e25b09af0912451 Log: Add link to multiple bugs after 61285 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a5fd7f1..81ac97a 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>Fixed bugs #61285, #68329, #68046, #41631 (encrypted streams don't observe socket timeouts).</li> + <li><?php bugfix(61285); ?>, <? bugl(68329); ?>, <? bugl(68046); ?>, <? 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
