scottmac                Mon Apr 27 18:20:19 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  BFN
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.568&r2=1.2027.2.547.2.965.2.569&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.568 
php-src/NEWS:1.2027.2.547.2.965.2.569
--- php-src/NEWS:1.2027.2.547.2.965.2.568       Mon Apr 27 12:52:31 2009
+++ php-src/NEWS        Mon Apr 27 18:20:19 2009
@@ -11,6 +11,7 @@
   "Transfer-Encoding: chunked" header presents in response. It's possible to
   disable this behaviour using "http"=>array("auto_decode"=>0) in stream
   context. (Dmitry)
+- Added ability to throw exceptions from SQLite3 instead of warnings. (Scott)
 
 - Fixed bug #48087 (call_user_method() invalid free of arguments). (Felipe)
 - Fixed bug #48060 (pdo_pgsql - large objects are returned as empty). (Matteo)
@@ -32,6 +33,8 @@
 - Fixed bug #47714 (autoloading classes inside exception_handler leads to
   crashes). (Dmitry)
 - Fixed bug #47699 (autoload and late static binding). (Dmitry)
+- Fixed bug #47695 (build error when xmlrpc and iconv are compiled
+  against different iconv versions). (Scott)
 - Fixed bug #47662 (Support more than 127 subpatterns in preg_match). (Nuno)
 - Fixed bug #47596 (Bus error on parsing file). (Dmitry)
 - Fixed bug #47560 (explode()'s limit parameter odd behaviour). (Matt)



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

Reply via email to