summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-08-27 23:47:40 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-08-27 23:47:40 +0000
commitd28f810aac744fc1012cd18fabb21655965ab452 (patch)
treedab49c306fbe25ec2b00e63f946a5ae02942b684
parent10dc20f2f92401adcd99156ea234ee1bef176b2d (diff)
downloadphp-git-d28f810aac744fc1012cd18fabb21655965ab452.tar.gz
Fixed typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f6ea910a6..625dde1a47 100644
--- a/NEWS
+++ b/NEWS
@@ -53,7 +53,7 @@ PHP NEWS
- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
- Added E_STRICT to E_ALL. (Dmitry)
- Added an optional parameter to strstr() and stristr() for retrieval of either
- the part of haystack before or after first occurence of needle. (Johannes)
+ the part of haystack before or after first occurrence of needle. (Johannes)
- Added streams features:
. Context parameter for copy() function. (Sara)
. Second optional parameter to stream_context_create() to