summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-06 19:40:21 +0000
committerJani Taskinen <jani@php.net>2007-08-06 19:40:21 +0000
commit0018bc6ac58abc9480676f04ae0d655cf8493812 (patch)
tree7de2a1b353c140054a876377f447a40f7c5e23b1
parent3f05f1f6fd83a9c7d8133634f89a21e382c36a6b (diff)
downloadphp-git-0018bc6ac58abc9480676f04ae0d655cf8493812.tar.gz
- move entry to right place..
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6574335d93..b98e8d0392 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Aug 2007, PHP 5.2.4
+- Fixed bug #42222 (possible buffer overflow in php_openssl_make_REQ). (Pierre)
- Fixed bug #42208 (substr_replace() crashes when the same array is passed
more than once). (crrodriguez at suse dot de, Ilia)
- Fixed bug #42195 (C++ compiler required always). (Jani)
@@ -79,7 +80,6 @@ PHP NEWS
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)
-- Fixed bug #42222 (possible buffer overflow in php_openssl_make_REQ) (Pierre)
- Fixed bug #42173 (oci8 INTERVAL and TIMESTAMP type fixes). (Chris)
- Fixed bug #42151 (__destruct functions not called after catching a SoapFault
exception). (Dmitry)