summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog66
-rw-r--r--Zend/ChangeLog9
2 files changed, 75 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a68a17522..bb313433de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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