scottmac Mon Jan 12 19:08:26 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.446&r2=1.2027.2.547.2.965.2.447&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.446 php-src/NEWS:1.2027.2.547.2.965.2.447 --- php-src/NEWS:1.2027.2.547.2.965.2.446 Mon Jan 12 17:13:21 2009 +++ php-src/NEWS Mon Jan 12 19:08:25 2009 @@ -3,7 +3,7 @@ ?? ??? 2009, PHP 5.3.0 Alpha 4 - Changed __call() to be invoked on private/protected method access, similar to properties and __get(). (Andrei) -- Upgraded bundled sqlite to version 3.6.8. (Ilia) +- Upgraded bundled sqlite to version 3.6.8. (Scott, Ilia) - Deprecated session_register(), session_unregister() and session_is_registered(). (Hannes) @@ -14,6 +14,7 @@ argument is passed. (Sara) - Changed open_basedir to allow tightening in runtime contexts. (Sara) - Re-enabled socket_create_pair() on Windows. (Kalle) +- Fixed building of pdo_sqlite without sqlite3. (Scott) - Added support for old style DNS functions. (Scott) - Added mail logging functionality that allows logging of mail sent via
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php