From: Date: Tue, 8 Jun 2004 00:32:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fc91aff97fd6b4beab6f842401e564dd0e62319;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a68a17522..bb313433de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2004-06-07 Andi Gutmans + + * NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Go back to -dev (Shouldn't need another RC) + +2004-06-07 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/dir.c: + MFH: Fixed bug #28668 (glob() does not work with relative paths on Windows) + + * ext/standard/dir.c: + Fixed bug #28668 (glob() does not work with relative paths on Windows). + +2004-06-07 Frank M. Kromann + + * ext/mssql/php_mssql.h: + Fix build on win32 + +2004-06-07 Andi Gutmans + + * (php_5_0_0RC3) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Roll RC3 + +2004-06-07 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + main/SAPI.c: + MFH: Fixed bug #28670 (WWW-Authentication header mangling with PCRE in + safe_mode adds extra spaces). + + * (php_5_0_0RC3) + main/SAPI.c: + Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode + adds extra spaces). + +2004-06-07 Georg Richter + + * (php_5_0_0RC3) + ext/mysqli/mysqli_fe.c: + forgot to remove Win32 restrictions for mysql methods + +2004-06-07 Derick Rethans + + * NEWS: + - Reorder (again :) + +2004-06-07 Sara Golemon + + * (php_5_0_0RC3) + ext/sockets/sockets.c: + MFB: Missing length limit parameter. + + * (PHP_4_3) + ext/sockets/sockets.c: + Missing length limit parameter. + 2004-06-06 Pierre-Alain Joye * pear/go-pear-list.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 32cfcc2da4..1856cbff7d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-06-07 Andi Gutmans + + * zend.h: + - Go back to -dev (Shouldn't need another RC) + + * (php_5_0_0RC3) + zend.h: + - Roll RC3 + 2004-06-06 Stefan Esser * zend_compile.h