summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2007-10-29 17:17:54 +0000
committerSara Golemon <pollita@php.net>2007-10-29 17:17:54 +0000
commitdc08ee340498cea9c392776a95fae0224b7fd01d (patch)
treee366b722131d5eb5f834bf0e4e922f80e536e35b /NEWS
parentb38282c3fdceff0c9de33ba72f740cb70548d295 (diff)
downloadphp-git-dc08ee340498cea9c392776a95fae0224b7fd01d.tar.gz
Note addition of +/* specifiers
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5b4dc27db..ce61731876 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP NEWS
- Added support for dynamic access of static members using $foo::myFunc().
(Etienne Kneuss)
- Added "compact" handler for Zend MM storage. (Dmitry)
+- Added '+' and '*' specifiers to zend_parse_parameters(). (Andrei)
- Upgraded PCRE to version 7.4 (Nuno)
- Improved php.ini handling: (Jani)