scottmac Tue Jul 8 12:15:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Typo, missing items and clarify what sqlite was updated. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.195&r2=1.2027.2.547.2.965.2.196&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.195 php-src/NEWS:1.2027.2.547.2.965.2.196 --- php-src/NEWS:1.2027.2.547.2.965.2.195 Tue Jul 8 10:28:52 2008 +++ php-src/NEWS Tue Jul 8 12:15:39 2008 @@ -2,7 +2,7 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 5.3.0 - Upgraded bundled PCRE to version 7.7 (Nuno) -- Upgraded bundled sqlite to version 3.5.6. (Scott) +- Upgraded bundled PDO sqlite to version 3.5.6. (Scott) - Moved extensions to PECL (Pierre): . ext/fdpf @@ -12,9 +12,9 @@ - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey) - Removed zend.ze1_compatibility_mode. (Dmitry) -- Changed PCRE extension to be enabled always. (Marcus) +- Changed PCRE, SPL and reflection extensions to always be enabled. (Marcus) - Changed md5() to use improved implementation. (Solar Designer, Dmitry) -- Changed mhash to be a wrapper layer around the hash extesion. (Scott) +- Changed mhash to be a wrapper layer around the hash extension. (Scott) - Improved PHP syntax and semantics: . Added "jump label" operator (limited "goto"). (Dmitry, Sara) @@ -194,7 +194,7 @@ to different characters with cp1251 and cp866. (Scott) - Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used. (Derick) -- Fixed an issue where exec() on Windows would eat the first and last double quotes +- Fixed an issue where exec() on Windows would eat the first and last double quotes. (Scott) - Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php