diff options
author | Marcus Boerger <helly@php.net> | 2003-05-29 14:19:47 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-29 14:19:47 +0000 |
commit | 04d2e39de9bbdf8e067404b0ee4c24c8514d713e (patch) | |
tree | 93976551e5f2812f1414bfbcec6e28c29195c7d5 | |
parent | a13edb62d5136938be4a69c8822327cefce5e885 (diff) | |
download | php-git-04d2e39de9bbdf8e067404b0ee4c24c8514d713e.tar.gz |
MFH to 4.3.3
-rw-r--r-- | NEWS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |