summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-07-31 21:51:46 -0700
committerStanislav Malyshev <stas@php.net>2012-07-31 21:51:46 -0700
commitff729aabf7a3dd7bd76b50dcaf7051e414f3714c (patch)
tree823ee8a35399bbc4e697f1cc4f8ef024564e13b2
parent4d6bae896df6cc13424ed91deb2b02d33df159aa (diff)
downloadphp-git-ff729aabf7a3dd7bd76b50dcaf7051e414f3714c.tar.gz
sync NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a5fda71aa..3fbbe7cc79 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
Laruence)
. Fixed bug #62565 (Crashes due non-initialized internal properties_table).
(Felipe)
+ . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
+ with run-test.php). (Laruence)
- CURL:
. Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).