]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 18 May 2001 01:09:26 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Fri, 18 May 2001 01:09:26 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ed076a049b8b54c88f66d3b792a67a109a97b9d3..650b8f1f5ecc74cd8c0439edf0330a8505d6a5a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Fixed getopt so it accepts arguments in the form -<option><value> not
+  just -<option> <value> (jmoore)
 - Updated the sockets extension to use resources instead of longs for the Socket
   descriptors.
   The socket functions have been renamed to conform with the PHP standard