1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Moved to 5.2

This commit is contained in:
Arnaud Le Blanc
2009-05-28 13:21:08 +00:00
parent 6c4e8fa4f9
commit 245f051bbe

1
NEWS
View File

@@ -538,7 +538,6 @@ PHP NEWS
- Improved streams:
. Fixed confusing error message on failure when no errors are logged. (Greg)
. Added stream_supports_lock() function. (Benjamin Schulz)
. Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
. Added context parameter for copy() function. (Sara)
. Added "glob://" stream wrapper. (Marcus)
. Added "params" as optional parameter for stream_context_create(). (Sara)