georg           Sun Oct  9 02:03:16 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  added Bugfix for #34785
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.100&r2=1.2027.2.101&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.100 php-src/NEWS:1.2027.2.101
--- php-src/NEWS:1.2027.2.100   Sat Oct  8 10:31:14 2005
+++ php-src/NEWS        Sun Oct  9 02:03:13 2005
@@ -43,6 +43,7 @@
 - Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
 - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
   (Andrey)
+- Fixed bug #34785 (subclassing of mysqli_stmt does not work). (Georg)
 - Fixed bug #34771 (strtotime() fails with 1-12am/pm). (Derick)
 - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
 - Fixed bug #34678 (__call(), is_callable() and static methods). (Dmitry)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to