summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-11-25 07:21:38 +0000
committerJani Taskinen <jani@php.net>2009-11-25 07:21:38 +0000
commit711e06d47eb091f439073f59cf9e2211d18a6f1e (patch)
tree25e107bde67402215dde3dde0a9cdc5d6d991ad1
parentb442bc3b7970b53e3f5b6a41f2a17560112142c5 (diff)
downloadphp-git-711e06d47eb091f439073f59cf9e2211d18a6f1e.tar.gz
- Do not forget NEWS for 5.2..
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c50d90e7a3..8c7f797fcb 100644
--- a/NEWS
+++ b/NEWS
@@ -20,12 +20,12 @@ PHP NEWS
- Implemented FR #49253 (added support for libcurl's CERTINFO option).
(Linus Nielsen Feltzing <linus@haxx.se>)
+- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)
- Fixed error_log() to be binary safe when using message_type 3. (Jani)
- Fixed unnecessary invocation of setitimer when timeouts have been disabled.
(Arvind Srinivasan)
- Fixed memory leak in extension loading when an error occurs on Windows.
(Pierre)
-- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays).
(Felipe)