cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1223688728@cvsserver>
changelog		Sat Oct 11 01:32:08 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3194&r2=1.3195&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3194 php-src/ChangeLog:1.3195
--- php-src/ChangeLog:1.3194	Fri Oct 10 01:32:45 2008
+++ php-src/ChangeLog	Sat Oct 11 01:32:06 2008
@@ -1,3 +1,131 @@
+2008-10-10  Kalle Sommer Nielsen  <[email protected]>
+
+    * (PHP_5_3)
+      ext/pdo/pdo.c:
+      MFH:
+      Add missing zend_parse_paramters_none() in pdo_drivers()
+
+    * ext/pdo/pdo.c:
+      Add missing zend_parse_paramters_none() in pdo_drivers()
+
+2008-10-10  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      ext/pdo_mysql/tests/bug41125.phpt:
+      - Fixed test
+
+2008-10-10  Stanislav Malyshev  <[email protected]>
+
+    * ext/pdo_oci/config.m4
+      ext/pdo_oci/config.m4:
+      improve OCI detection
+
+2008-10-10  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      ext/pdo_sqlite/tests/bug46139.phpt
+      ext/pdo_sqlite/tests/bug46139.phpt:
+      - Added skipif
+
+    * ext/pdo_sqlite/tests/bug46139.phpt:
+      - Added skipif (Opss :))
+
+    * (PHP_5_2)
+      ext/pdo_sqlite/tests/bug46139.phpt
+      ext/pdo_sqlite/tests/bug46139.phpt:
+      - New test
+
+    * ext/pdo_sqlite/tests/bug46139.phpt
+      ext/pdo_sqlite/tests/bug46139.phpt
+      ext/pdo_sqlite/tests/bug46139.phpt:
+        1.1.4;
+      - New test
+
+    * ext/pdo/pdo_stmt.c:
+      - Static'fication
+
+    * ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt
+      ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt:
+      - Fixed tests
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN #46139
+
+    * (PHP_5_2)
+      ext/pdo/pdo_stmt.c
+      ext/pdo/pdo_stmt.c:
+      MFH:
+      - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
+        Initial patch by: chsc at peytz dot dk
+
+    * ext/pdo/pdo_stmt.c:
+      - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
+        Initial patch by: chsc at peytz dot dk
+      
+      MFB:
+      - Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode
+      causes unexpected behavior)
+      - Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)
+
+2008-10-10  Dmitry Stogov  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug46246.phpt
+      ZendEngine2/tests/bug46246.phpt:
+      Fixed bug #46246 (difference between call_user_func(array($this, $method))
+      and $this->$method())
+
+    * ZendEngine2/tests/bug46246.phpt
+      ZendEngine2/tests/bug46246.phpt
+      ZendEngine2/tests/bug46246.phpt:
+        1.1.4;
+      Fixed bug #46246 (difference between call_user_func(array($this, $method))
+      and $this->$method())
+
+2008-10-10  Antony Dovgal  <[email protected]>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.h:
+      backport convenience macro
+
+2008-10-10  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN: #44251, #41125
+
+    * (PHP_5_2)
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo_mysql/tests/bug41125.phpt
+      ext/pdo_mysql/tests/bug41125.phpt:
+      MFH:
+      - Fixed bug #44251 (Question mark and an escaped singel quote lead to an
+      exception)
+      - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg
+      fault)
+        Patch by: tsteiner at nerdclub dot net
+
+    * ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re
+      ext/pdo_mysql/tests/bug41125.phpt
+      ext/pdo_mysql/tests/bug41125.phpt
+      ext/pdo_mysql/tests/bug41125.phpt:
+      - Fixed bug #44251 (Question mark and an escaped singel quote lead to an
+      exception)
+      - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg
+      fault)
+        Patch by: tsteiner at nerdclub dot net
+
 2008-10-09  Ilia Alshanetsky  <[email protected]>
 
     * (PHP_5_2)
@@ -7376,7 +7504,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3194 2008/10/10 01:32:45 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3195 2008/10/11 01:32:06 changelog Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.