mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Add note about new getopt() features
This commit is contained in:
parent
369bf690c4
commit
72473f5299
1
NEWS
1
NEWS
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user