From: Jani Taskinen Date: Mon, 6 Aug 2007 19:40:21 +0000 (+0000) Subject: - move entry to right place.. X-Git-Tag: php-5.2.4RC2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0018bc6ac58abc9480676f04ae0d655cf8493812;p=php - move entry to right place.. --- 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)