]> granicus.if.org Git - php/commitdiff
Correct NEWS entry
authorJames Moore <jmoore@php.net>
Sat, 19 May 2001 17:26:20 +0000 (17:26 +0000)
committerJames Moore <jmoore@php.net>
Sat, 19 May 2001 17:26:20 +0000 (17:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 46e4d3d60c7c057d460b348d2185b4074ea7a2a2..9b197a2a9aa92c98e10087a7753a60974d4fd5f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,6 @@ PHP 4.0                                                                    NEWS
 - Fixed bugs in the mcrypt extension that caused crashes. (Derick)
 - Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
   specified that the drawn curve should be rounded. (Sterling)
-- 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
   ocket descriptors.  The socket functions have been renamed to conform with
   the PHP standard instead of their C counterparts.  The sockets extension is now
@@ -35,6 +33,8 @@ PHP 4.0                                                                    NEWS
 - Fixed bug in the mcrypt extension that caused segfaults when using a key
   that is too large for the used algorithm, and a bug that caused
   mcrypt_generic() to segfault PHP (Derick)
+- Fixed getopt so that it accepts command line arguments in the form
+  -<opt><arg> and -<opt> <arg>. (Jmoore)
 - Fixed race in writing session files. (Sascha)
 - Fixed a possible crash in the PHP CGI when no input file is
   specified. (Zeev)