changelog               Tue Oct 11 01:44:49 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2128&r2=1.2129&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2128 php-src/ChangeLog:1.2129
--- php-src/ChangeLog:1.2128    Mon Oct 10 01:36:10 2005
+++ php-src/ChangeLog   Tue Oct 11 01:44:38 2005
@@ -1,3 +1,169 @@
+2005-10-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c:
+      MF51: use proper macros and vars instead of strlen()
+
+    * ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_warning.c:
+      MF51: fix #34818
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c:
+      use proper macros and vars instead of strlen()
+
+    * (PHP_5_1)
+      NEWS
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_warning.c:
+      fix #34818 (new mysqli_stmt() and several others crash if the first
+      parameter is not a valid mysqli_link)
+
+2005-10-10  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      MFH: Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination
+      object).
+
+    * (PHP_5_1)
+      NEWS:
+      bug fixing news
+
+    * (PHP_5_1)
+      ZendEngine2/zend_objects_API.c:
+      MFH: Fixed bug #34802 (Fixed crash on object instantiation failure).
+
+    * ZendEngine2/zend_objects_API.c:
+      Fixed bug #34802 (Fixed crash on object instantiation failure).
+
+2005-10-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_warning.c
+      ext/mysqli/php_mysqli.h
+      ext/mysqli/php_mysqli.h
+      ext/mysqli/tests/bug34810.phpt
+      ext/mysqli/tests/bug34810.phpt:
+      MF51: fix #34810 (mysqli::init() and others use wrong $this pointer 
without
+      checks)
+
+    * ext/mysqli/tests/bug34810.phpt
+      ext/mysqli/tests/bug34810.phpt
+      ext/mysqli/tests/bug34810.phpt:
+        1.1.4;
+      file bug34810.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_warning.c
+      ext/mysqli/php_mysqli.h:
+      fix #34810 (mysqli::init() and others use wrong $this pointer without
+      checks)
+
+2005-10-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug34786.phpt
+      ZendEngine2/tests/bug34786.phpt:
+      
+      file bug34786.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/bug34786.phpt:
+      Fixed bug #34786 (2 @ results in change to error_reporting() to random
+      value)
+
+2005-10-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/package.xml:
+      update changelog
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/oci8/oci8.c
+      ext/oci8/oci8.c:
+      MF44: fix #33383 (crash when retrieving empty LOBs)
+
+    * (PHP_4_4)
+      ext/oci8/oci8.c:
+      fix #33383 (crash when retrieving empty LOBs)
+
+2005-10-10  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mssql/config.m4
+      ext/mssql/config.m4:
+      Fix copypastetypo
+
+2005-10-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/oci8/oci8.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/oci8_lob.c:
+      fix #33383 (crash when retrieving empty BLOBs)
+
+2005-10-10  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mssql/config.m4:
+      - Fix build for distros where the header files are under 
*/include/freetds/
+
+2005-10-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug34467.phpt
+      ZendEngine2/tests/bug34467.phpt:
+      
+      file bug34467.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug34467.phpt:
+      Fixed bug #34467 (foreach + __get + __set incosistency)
+
+2005-10-10  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/exif/exif.c:
+      - Fix logic
+
+2005-10-10  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/exif/tests/bug34704.phpt:
+      fix test
+
+    * (PHP_5_1)
+      ext/exif/tests/bug34704.phpt:
+      extra spaces removed
+
+2005-10-10  Rob Richards  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      main/main.c
+      main/main.c:
+      MFH: PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build
+
+    * main/main.c:
+      PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build
+
 2005-10-09  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * ext/ftp/config.m4:
@@ -13506,7 +13672,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2128 2005/10/10 05:36:10 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2129 2005/10/11 05:44:38 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -16907,7 +17073,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2128 2005/10/10 05:36:10 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2129 2005/10/11 05:44:38 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -17388,7 +17554,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2128 2005/10/10 05:36:10 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2129 2005/10/11 05:44:38 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -18862,7 +19028,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2128 2005/10/10 05:36:10 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2129 2005/10/11 05:44:38 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to