1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00

MFH to 4.3.3

This commit is contained in:
Marcus Boerger
2003-05-29 14:19:47 +00:00
parent a13edb62d5
commit 04d2e39de9

1
NEWS
View File

@@ -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