summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-08-17 11:54:34 +0000
committerDmitry Stogov <dmitry@php.net>2005-08-17 11:54:34 +0000
commit976edd47e26d02ecbe807ae4a6e5255f94e5e6a0 (patch)
treef78421e6cb773499c0f0c1e8016a44cc3119197f /NEWS
parent5516735c8828eb17f08159d69c115306ff91bffd (diff)
downloadphp-git-976edd47e26d02ecbe807ae4a6e5255f94e5e6a0.tar.gz
Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af32db5f40..cc60b3527f 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP NEWS
- Fixed bug #33558 (warning with nested calls to functions returning by
reference). (Dmitry)
- Fixed bug #33326 (Cannot build extensions with phpize on Macosx). (Jani)
+- Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54
+ seg fault). (Dmitry)
- Fixed bug #32139 (SOAP client does not auto-handle base64 encoding). (Ilia)
- Fixed bug #32010 (Memory leak in mssql_fetch_batch). (fmk)
- Fixed bug #29334 (win32 mail() provides incorrect Date: header). (Jani)