summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-05-29 14:19:47 +0000
committerMarcus Boerger <helly@php.net>2003-05-29 14:19:47 +0000
commit04d2e39de9bbdf8e067404b0ee4c24c8514d713e (patch)
tree93976551e5f2812f1414bfbcec6e28c29195c7d5
parenta13edb62d5136938be4a69c8822327cefce5e885 (diff)
downloadphp-git-04d2e39de9bbdf8e067404b0ee4c24c8514d713e.tar.gz
MFH to 4.3.3
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5216640fcc..e6860aaf74 100644
--- a/NEWS
+++ b/NEWS
@@ -50,7 +50,6 @@ PHP NEWS
- Added stream_copy_to_stream() function. (Wez)
- Added memory mapping support under win32 to improve performance of
readfile(), fpassthru() and some internal streams operations. (Wez)
-- Added DBA handler 'inifile' to support ini files. (Marcus)
- Added input filter support. See README.input_filter. (Rasmus)
- Added "session.hash_function" and "session.hash_bits_per_character". (Sascha)
- Added lightweight streaming input abstraction to the Zend Engine scanners