From: Sterling Hughes Date: Fri, 14 Dec 2001 10:03:16 +0000 (+0000) Subject: derick's message is in the PHP_4_0_7 branch (or will be :) X-Git-Tag: PRE_ISSET_PATCH~551 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33f839f31d0d5dfd80cb4200af3b819364031aa3;p=php derick's message is in the PHP_4_0_7 branch (or will be :) jmoore merged this fix into PHP_4_0_7 before the release... --- diff --git a/NEWS b/NEWS index 307c2f4f30..61e4a78627 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev -- Fixed several crash bugs in the mcrypt extension. (Derick) - Added concepts to IRCG: bailout-on-trivial issue, write output to files, fetch a ressource upon connection end. (Sascha) - Fixed POST-related bugs in thttpd, added QUERY_STRING, HTTP_HOST, @@ -38,7 +37,6 @@ PHP 4 NEWS - Added Udm_Check_Charset() function into mnoGoSearch extension. (gluke) - Fixed mnoGoSearch extension to support mnogosearch-3.2.x. (gluke) - Fixed bug #13885 (gmdate() timezone handling on windows). (jmoore) -- Fixed behaviour of strtok(). Bug #13866. (jmoore) - Made fbsql_num_rows() to return the correct value on all select statements. (Frank) - Fixed HTTP file upload support to handle big files better. (Jani)