bjori Sun Jan 20 14:14:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Add note about new getopt() features http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.78&r2=1.2027.2.547.2.965.2.79&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.78 php-src/NEWS:1.2027.2.547.2.965.2.79 --- php-src/NEWS:1.2027.2.547.2.965.2.78 Thu Jan 17 23:02:50 2008 +++ php-src/NEWS Sun Jan 20 14:14:28 2008 @@ -31,6 +31,7 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php