summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-02-19 15:07:45 +0000
committerWez Furlong <wez@php.net>2003-02-19 15:07:45 +0000
commit397785bdcd82589616f81f3ec83ae43dd5727c3a (patch)
tree2dadf4d00bdfa0ea58431fa2383daa7bad93824d
parentc127eb74aade66d04b844e3a48236625b4a5e613 (diff)
downloadphp-git-397785bdcd82589616f81f3ec83ae43dd5727c3a.tar.gz
typo..
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44c22eef36..63b90e2c45 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ PHP 4 NEWS
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
- Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
- Added lightweight streaming input abstraction to the Zend Engine scanners
- the provides uniform support for include()'ing data from PHP streams across
+ that provides uniform support for include()'ing data from PHP streams across
all platforms (Wez, Zend Engine).
- Added optional parameter to sha1() and md5() which makes them return
the digest as binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick)