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

- We have it now fully RFC compliant

This commit is contained in:
Marcus Boerger
2006-05-14 19:20:21 +00:00
parent 5d43fe49f7
commit 9249d05bdd

2
NEWS
View File

@@ -24,7 +24,7 @@ PHP NEWS
- Added support for Apache 2.2 handler in the Windows distro. (Edin)
- Added pg_field_table() function. (Edin)
- Added implementation of curl_multi_info_read(). (Brian)
- Added RFC2397 (data:// stream) support. (Marcus)
- Added RFC2397 (data: stream) support. (Marcus)
- Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind()
method). (Tony)
- Fixed bug #37413 (Rejected versions of flex that don't work). (Ilia)