1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Note addition of +/* specifiers

This commit is contained in:
Sara Golemon
2007-10-29 17:17:54 +00:00
parent b38282c3fd
commit dc08ee3404
+1
View File
@@ -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)