helly Wed May 10 09:27:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: - MFH news http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.8&r2=1.2027.2.547.2.9&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.8 php-src/NEWS:1.2027.2.547.2.9 --- php-src/NEWS:1.2027.2.547.2.8 Wed May 10 02:47:21 2006 +++ php-src/NEWS Wed May 10 09:27:23 2006 @@ -1,6 +1,15 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.2.0 +- Removed ze1 compatibility mode. +- Added support for constructors in interfaces to force constructor signature + checks in implementations. (Marcus) +- Changed __toString to be called whereever applicable. (Marcus) +- Improved SPL: (Marcus) + . Added RegExIterator and RecursiveRegExIterator + . Added full caching support and ArrayAccess to CachingIterator. + . Added array functions to ArrayObject/ArrayIterator and made them faster. + . Added support for reading csv and skipping empty lines in SplFileObject. - Added run-time configurable backtracking/recursion limits for PCRE. (Andrei) - Added preg_last_error(). (Andrei) - Added support for Apache 2.2 handler in the Windows distro. (Edin)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php