georg           Sat Jun  5 14:43:31 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  added mysqli changes
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1725&r2=1.1726&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1725 php-src/NEWS:1.1726
--- php-src/NEWS:1.1725 Sat Jun  5 10:59:32 2004
+++ php-src/NEWS        Sat Jun  5 14:43:31 2004
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5 Release Candidate 3
+- Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)
 - Moved the PDFLib extension to PECL. (Wez)
 - Added support for dumping private/protected properties to var_dump().
   (Andrey)
@@ -17,6 +18,7 @@
 - Fixed memory leak in memory manager. (Andi)
 - Fixed problem with exceptions returning from include(). (Dmitry)
 - Fixed bug #28641 (Instance of Interface). (Marcus)
+- Fixed bug #28430 (Extending mysqli class). (Georg)
 - Fixed bug #28311 (Transparency detection code is off by 1).
   (Ilia, pikeman at pikeman dot sytes dot net)
 - Fixed bug #28304 (Missing bounds check inside imagefilter()). (Ilia)
@@ -24,8 +26,10 @@
 - Fixed bug #28287 (stream_*_register() not calling __autoload()). (Sara)
 - Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). (Ilia)
 - Fixed bug #28239 (No results returned on SOAP call, no error given). (Dmitry)
+- Fixed bug #28205 (num_rows property for statement object). (Georg)
 - Fixed bug #28161 (COM: Array style properties could not be accessed). (Wez)
 - Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus)
+- Fixed bug #28100 (NULL parameter support for mysqli_ssl_set). (Georg)
 - Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus)
 - Fixed bug #27929 (SPL: change visibility of ArrayIterator::__construct).
   (Marcus)

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

Reply via email to