changelog               Wed Oct 17 01:31:20 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2840&r2=1.2841&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2840 php-src/ChangeLog:1.2841
--- php-src/ChangeLog:1.2840    Tue Oct 16 01:31:27 2007
+++ php-src/ChangeLog   Wed Oct 17 01:31:20 2007
@@ -1,3 +1,50 @@
+2007-10-16  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.h
+      ext/mysql/php_mysql_structs.h
+      ext/mysqlnd/config.w32
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_debug.h
+      ext/mysqlnd/mysqlnd_palloc.c
+      ext/mysqlnd/mysqlnd_portability.h
+      ext/mysqlnd/mysqlnd_priv.h:
+      Sync mysqlnd with HEAD. Same sources as in 5_3
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli.c
+      ext/mysqlnd/mysqlnd_priv.h:
+      Sync mysqlnd. Should still compile with 5_2 for those who want to use the
+      current stable branch. mysqli from 5_3 patched for mysqlnd should be also
+      compilable with 5_2.
+
+2007-10-16  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_api.c:
+      avoid double free and use zval_dtor() where neccessary
+
+    * ext/mysqli/mysqli.c:
+      use zval_dtor() instead of efree() + FREE_ZVAL()
+
+2007-10-16  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/mysqli/mysqli_prop.c:
+      MFB5_3 : Shadowing of params bring undefined results.
+
+    * ext/mysqli/mysqli_prop.c:
+      MFB: Fix bug due to shadowing of variables. This one is pretty-pretty 
rare,
+      caught by source code inspection.
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_prop.c:
+      Fix bug due to shadowing of variables. This one is pretty-pretty rare,
+      caught by source code inspection.
+
 2007-10-15  Raghubansh Kumar  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)

Reply via email to