summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-05-14 01:55:27 +0000
committerMarcus Boerger <helly@php.net>2006-05-14 01:55:27 +0000
commit653d895ecb298468ea1d66221dc333ff287415aa (patch)
treec7de5ca0cb851cb546f01e9f5ef4980c937b633c
parent5b44266a5f17681f855551cd55f8486e8033cdce (diff)
downloadphp-git-653d895ecb298468ea1d66221dc333ff287415aa.tar.gz
- Update
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4e73317e3d..e4ab55c9f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-'PHP NEWS
+PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, PHP 5.2.0
+- Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)
- Added support for getenv() input filtering. (Rasmus)
- Removed ze1 compatibility mode. (Marcus)
- Added support for constructors in interfaces to force constructor signature
@@ -18,7 +19,8 @@
- Added preg_last_error(). (Andrei)
- Added support for Apache 2.2 handler in the Windows distro. (Edin)
- Added pg_field_table() function. (Edin)
-- Add implementation of curl_multi_info_read (Brian)
+- Added implementation of curl_multi_info_read(). (Brian)
+- 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)
@@ -34,7 +36,6 @@
- Fixed bug #37244 (Added strict flag to base64_decode() that enforces
RFC3548 compliance). (Ilia)
-
04 May 2006, PHP 5.1.4
- Added "capture_peer_cert" and "capture_peer_cert_chain" context options
for SSL streams. (Wez).