summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-06-25 18:04:35 +0000
committerHannes Magnusson <bjori@php.net>2009-06-25 18:04:35 +0000
commit43f939fae0d820ae9ce757d9e055e11f58b4bf22 (patch)
treec5d1462f091a091abb4990747c6b85b9d932b3d4 /UPGRADING
parentceac7e437003a2bae1b134206a3f08388bb5a152 (diff)
downloadphp-git-43f939fae0d820ae9ce757d9e055e11f58b4bf22.tar.gz
reduntant
Diffstat (limited to 'UPGRADING')
-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.