Commit: 95c8ff369ec1a5d61beb7f1ebaf0c8c129250188 Author: Lior Kaplan <[email protected]> Sun, 1 Mar 2015 12:00:27 +0200 Parents: dc9c9a3ae2dd4de9bdcfd43f11600111a46587f6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=95c8ff369ec1a5d61beb7f1ebaf0c8c129250188 Log: Add missing entry for #68361 in 5.5.20 Bugs: https://bugs.php.net/68361 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7e3d30c..75863fd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -525,6 +525,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change when not in transaction).</li> <li><?php bugfix(68351); ?> (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving).</li> </ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(68361); ?> (Segmentation fault on SoapClient::__getTypes).</li> +</ul></li> <li>zlib: <ul> <li><?php bugfix(53829); ?> (Compiling PHP with large file support will replace -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
