changelog               Tue Mar  4 01:31:34 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2976&r2=1.2977&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2976 php-src/ChangeLog:1.2977
--- php-src/ChangeLog:1.2976    Mon Mar  3 01:31:28 2008
+++ php-src/ChangeLog   Tue Mar  4 01:31:33 2008
@@ -1,3 +1,58 @@
+2008-03-03  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/pdo/pdo_dbh.c:
+      MFB: Fixed bug #44166 (Parameter handling flaw in
+      PDO::getAvailableDrivers())
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_dbh.c:
+      
+      MFB: Fixed bug #44166 (Parameter handling flaw in
+      PDO::getAvailableDrivers())
+
+    * (PHP_5_3)
+      ext/pdo/pdo_dbh.c:
+      Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())
+
+2008-03-03  Johannes Schlüter  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/pdo/pdo_stmt.c
+      ext/pdo/tests/pdo_035.phpt:
+      MFH: Fix get_parent_class() of PDORow instances
+
+    * ext/pdo/pdo_stmt.c
+      ext/pdo/tests/pdo_035.phpt
+      ext/pdo/tests/pdo_035.phpt:
+      - Fix get_parent_class() of PDORow instances
+
+2008-03-03  Robin Fernandes  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/errmsg_024.phpt
+      ZendEngine2/tests/errmsg_024.phpt
+      ZendEngine2/tests/lsb_019.phpt
+      ZendEngine2/tests/lsb_019.phpt
+      ZendEngine2/tests/lsb_019.phpt
+      ZendEngine2/tests/lsb_020.phpt
+      ZendEngine2/tests/lsb_020.phpt
+      ZendEngine2/tests/lsb_020.phpt
+      ext/reflection/tests/static_properties_002.phpt
+      ext/reflection/tests/static_properties_002.phpt
+      tests/classes/property_override_protectedStatic_publicStatic.phpt
+      tests/classes/property_override_protectedStatic_publicStatic.phpt:
+      Remove inconsistent behaviour when a protected static prop is overridden 
by
+      public static prop (details: http://turl.ca/phhhf ).
+
+2008-03-03  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/pcre/php_pcre.c:
+      Removed unnecassary strlen()
+
 2008-03-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)


Reply via email to