summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 5a9c63a822..137e0fb9eb 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -114,7 +114,7 @@ UPGRADE NOTES - PHP 5.3
- stream_select(), stream_set_blocking(), stream_set_timeout(), and
stream_set_write_buffer() now work with user-space stream wrappers.
-- getopt() accepts "long options" now on all platforms (including Linux).
+- getopt() accepts "long options" now on all platforms.
Optional values and = as seperator for shortopts are now supported.