diff options
author | Marcus Boerger <helly@php.net> | 2006-05-10 09:27:23 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-10 09:27:23 +0000 |
commit | 83310cba5b91ece9b7bdbfe7ca4a69f8fd783b3c (patch) | |
tree | 01d65f17a3ef2b63700ede25e89de11b073c3220 | |
parent | ee68b995712fdd9fea8615333b1e5f11f84d0838 (diff) | |
download | php-git-83310cba5b91ece9b7bdbfe7ca4a69f8fd783b3c.tar.gz |
- MFH news
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |