]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 14 Jul 2004 00:33:30 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Wed, 14 Jul 2004 00:33:30 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 89b00e4c39cb29f5d9abd1dd269dd243fc48d28a..a6e37b1c345c5b5d85a910a11db5e4a74e5138e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,115 @@
+2004-07-13  Andi Gutmans  <andi@zend.com>
+
+    * NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - 5.0.1-dev
+
+2004-07-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      BFN
+
+    * ZendEngine2/zend_constants.c:
+      Bugfix #29116 Zend constant warning uses memory after free (jdolecek at
+      NetBSD dot org)
+
+2004-07-13  Andi Gutmans  <andi@zend.com>
+
+    * (php_5_0_0)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Roll PHP 5.0.0
+
+2004-07-13  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (php_5_0_0)
+      ext/standard/html.c:
+      add missing break
+
+2004-07-13  Georg Richter  <georg@mysql.com>
+
+    * (php_5_0_0)
+      ext/mysqli/mysqli_api.c:
+      prototype fixes
+
+2004-07-13  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (php_5_0_0)
+      main/streams/streams.c:
+      Looks like Sara forgot to change this too.
+
+2004-07-13  Georg Richter  <georg@mysql.com>
+
+    * ext/mysqli/mysqli_api.c:
+      changed mysqli_stmt_reset (returns now bool instead of void)
+
+2004-07-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3_7)
+      NEWS
+      configure.in
+      Zend/zend_alloc.c
+      Zend/zend_constants.c
+      Zend/zend_execute.c
+      Zend/zend_hash.c
+      Zend/zend_variables.c
+      ext/imap/php_imap.c
+      ext/msession/msession.c
+      ext/mssql/php_mssql.c
+      ext/mysql/php_mysql.c
+      ext/pcntl/pcntl.c
+      ext/session/mod_mm.c
+      ext/session/session.c
+      ext/standard/ftok.c
+      ext/standard/iptc.c
+      ext/standard/string.c
+      ext/sybase/php_sybase_db.c
+      ext/sybase_ct/php_sybase_ct.c
+      ext/w32api/w32api.c
+      ext/wddx/wddx.c
+      main/main.c
+      main/php_version.h
+      main/rfc1867.c:
+      4.3.8 patches.
+
+2004-07-13  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_3_7)
+      main/php_version.h:
+      - Fixed typo
+
+    * (PHP_4_3)
+      configure.in
+      main/php_version.h:
+      - Bump version numbers in the PHP_4_3 branch.
+
+    * (PHP_4_3_7)
+      configure.in
+      main/php_version.h:
+      - Create a branch PHP_4_3_7 based on php 4.3.7 to form 4.3.8
+      - Updated version numbers in branch
+
+2004-07-13  Stefan Esser  <sesser@suspekt.org>
+
+    * (php_5_0_0)
+      tests/lang/038.phpt:
+      Fixed typo
+
+2004-07-13  Alan Knowles  <alan@akbkhome.com>
+
+    * (php_5_0_0)
+      tests/lang/039.phpt:
+      remove test dependance on postgres ** this still fails however
+
+    * tests/lang/038.phpt:
+      ensure that test passes on systems without postgres built in.
+
 2004-07-12  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 27619d1328dd4d8142276b64c26f29646b3ed17e..2800d11cc206d3f30e83935c8e94b16ba5a0dbe4 100644 (file)
@@ -1,3 +1,20 @@
+2004-07-13  Andi Gutmans  <andi@zend.com>
+
+    * zend.h:
+      - 5.0.1-dev
+
+2004-07-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_constants.c:
+      Bugfix #29116 Zend constant warning uses memory after free (jdolecek at
+      NetBSD dot org)
+
+2004-07-13  Andi Gutmans  <andi@zend.com>
+
+    * (php_5_0_0)
+      zend.h:
+      - Roll PHP 5.0.0
+
 2004-07-12  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (php_5_0_0RC4)