From: foobar Date: Mon, 15 Sep 2003 04:13:41 +0000 (+0000) Subject: crap removal X-Git-Tag: php-4.3.4RC1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=186e6dc1baf613498f81b3532fed32dd8626d357;p=php crap removal --- diff --git a/NEWS b/NEWS index 4226dcbe79..6807c22d53 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,10 @@ PHP 4 NEWS - Made MCVE extension available on win32. (Jani) - Added apache_get_version() function. (Ilia) - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise) -[B- Fixed crash bug when non-existing save/serializer handler was used. (Jani) +- Fixed crash bug when non-existing save/serializer handler was used. (Jani) - Fixed memory leak in gethostbynamel() if an error occurs. (Sara) - Fixed FastCGI being unable to bind to a specific IP. (Sascha) -- Fixed bug #25530 (checkdate incorrectly handles floats). (Ilia) +- Fixed bug #25530 (checkdate() incorrectly handles floats). (Ilia) - Fixed bug #25525 (ldap_explode_dn() crashes when passed invalid dn). (Sara, patch by: mikael dot suvi at trigger dot ee) - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters).