]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 14 Sep 2005 05:40:11 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Wed, 14 Sep 2005 05:40:11 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index 5c432fac4cfaac0a7e8af286182f3b1442e494e7..f8ea5c8dc90534937a5b80e173539551c715521b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2005-09-13  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * configure.in:
+      ext/oracle is no more
+
+2005-09-13  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * README.UNICODE-UPGRADES
+      README.UNICODE-UPGRADES:
+      -** empty log message ***
+
+    * ZendEngine2/zend_reflection_api.c:
+      Fix for Unicode access.
+
+    * README.UNICODE-UPGRADES:
+      Commit work in progress.
+
+2005-09-13  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      ext/sqlite/libsqlite/src/parse.c:
+      touch
+
+2005-09-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      ext/standard/basic_functions.c:
+      MFH: MFH: Make key() and current() take argument by value.
+
+    * (PHP_4_4)
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      MFH: Make key() and current() take argument by value.
+
+    * ext/standard/basic_functions.c:
+      Make key() and current() take argument by value.
+
+2005-09-13  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * configure.in:
+      Cleanup the configure mess, preparing for making unicode OPTIONAL
+
+2005-09-13  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      ext/mysqli/mysqli.c:
+      MFH: fix #34450 (Segfault when calling mysqli_close() in destructor)
+
+    * (PHP_5_1)
+      NEWS:
+      bfn
+
+    * ext/mysqli/mysqli.c
+      ext/mysqli/mysqli.c:
+      fix #34450 (Segfault when calling mysqli_close() in destructor)
+
+2005-09-13  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute.h
+      ZendEngine2/tests/bug34199.phpt:
+      Fixed bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
+
 2005-09-12  Sara Golemon  <php@alphaweb.net>
 
     * (PHP_5_0)
index 01c16ffb0f27866d76a87e236730b8dcab7b8035..fd0bb37dbfd2a8fcfc1c68a052a423551ccdd938 100644 (file)
@@ -1,3 +1,15 @@
+2005-09-13  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_reflection_api.c:
+      Fix for Unicode access.
+
+2005-09-13  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      zend_execute.h
+      tests/bug34199.phpt:
+      Fixed bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
+
 2005-09-12  Sara Golemon  <php@alphaweb.net>
 
     * (PHP_5_0)