diff options
author | <changelog@php.net> | 2004-06-08 00:32:15 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-06-08 00:32:15 +0000 |
commit | 3fc91aff97fd6b4beab6f842401e564dd0e62319 (patch) | |
tree | 946dd0b9e5726402718242dfb237925433b573dc | |
parent | 0bdbbd379e45885da0aecdfea4f9f999b9eec5c7 (diff) | |
download | php-git-3fc91aff97fd6b4beab6f842401e564dd0e62319.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 66 | ||||
-rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 75 insertions, 0 deletions
@@ -1,3 +1,69 @@ +2004-06-07 Andi Gutmans <andi@zend.com> + + * NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Go back to -dev (Shouldn't need another RC) + +2004-06-07 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <frank@kromann.info> + + * ext/mssql/php_mssql.h: + Fix build on win32 + +2004-06-07 Andi Gutmans <andi@zend.com> + + * (php_5_0_0RC3) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Roll RC3 + +2004-06-07 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <georg@mysql.com> + + * (php_5_0_0RC3) + ext/mysqli/mysqli_fe.c: + forgot to remove Win32 restrictions for mysql methods + +2004-06-07 Derick Rethans <php@derickrethans.nl> + + * NEWS: + - Reorder (again :) + +2004-06-07 Sara Golemon <php@alphaweb.net> + + * (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 <pierre@dotgeek.org> * 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 <andi@zend.com> + + * zend.h: + - Go back to -dev (Shouldn't need another RC) + + * (php_5_0_0RC3) + zend.h: + - Roll RC3 + 2004-06-06 Stefan Esser <sesser@suspekt.org> * zend_compile.h |