]> granicus.if.org Git - php/commitdiff
Missing NEWS entries
authorRasmus Lerdorf <rasmus@php.net>
Mon, 15 Mar 2004 18:22:01 +0000 (18:22 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 15 Mar 2004 18:22:01 +0000 (18:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ef0bd67fd137147f9d5e1db21113789b289dd352..cc23ce7c7f0a44a1719c9496bedb416d57754053 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? March 2004, PHP 5 Release Candidate 1
+- Fixed php-cgi to not ignore command-line switches when run in a web context.
+  This fixes our test cases allowing INI with GET sections to work (Rasmus)
+- Fixed getopt() so it works without $_SERVER (Rasmus, bfrance)
 - Added support for PHP 4 style object comparisons which is enabled in
   ze1_compatiblity_mode. (Andi)
 - Added support for PHP 4 style object conversion to long, double, and boolean