colder Thu, 08 Sep 2011 23:18:49 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316436
Log: Mention recent SPL changes on spl_directory.c and tests Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS =================================================================== --- php/php-src/branches/PHP_5_4/NEWS 2011-09-08 23:12:32 UTC (rev 316435) +++ php/php-src/branches/PHP_5_4/NEWS 2011-09-08 23:18:49 UTC (rev 316436) @@ -48,7 +48,11 @@ - Improved Session extension: . Expose session status via new function, session_status (FR #52982) (Arpad) - + +- Improved SPL extension: + . Immediately reject wrong usages of directories under Spl(Temp)FileObject + and friends. (Etienne, Pierre) + - Improved XSL extension: . XSL doesn't stop transformation anymore, if a PHP function can't be called (Christian)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php