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

Add note about new getopt() features

This commit is contained in:
Hannes Magnusson
2008-01-20 14:14:28 +00:00
parent 369bf690c4
commit 72473f5299
+1
View File
@@ -31,6 +31,7 @@ PHP NEWS
- Added long-option feature to getopt() and made getopt() available also on
win32 systems by adding a common getopt implementation into core.
(David Soria Parra, Jani)
- Added support for optional values, and = as separator, in getopt(). (Hannes)
- Added support for namespaces. (Dmitry, Stas, Gregory)
- Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
- Added support for __callstatic() magic method. (Sara)