From a43c1d021471118beaa88a1988fda63b3a0b2019 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 23 Jun 2009 19:42:38 +0000 Subject: [PATCH] Sync with php-src git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282677 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 53 +++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 4eaa666d5a..2428b318e2 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -562,6 +562,12 @@ strstr and stristr - Added before_needle. + + And fopen got a new mode option + (n), which passes will pass + O_NONBLOCK to the underlaying + syscall() call. + @@ -572,6 +578,10 @@ json_encode - Added options. + + json_decode + - Added depth. + @@ -784,6 +794,24 @@ + IMAP: + + + + imap_gc + - Clears IMAP cache. + + + imap_utf8_to_mutf7 + - + + + imap_mutf7_to_utf8() + - + + + + JSON: @@ -912,6 +940,20 @@ +
+ New stream filters + + The following stream filters were introduced in 5.3.0: + + + + + dechunk + + + +
+
New Class Constants @@ -1418,6 +1460,15 @@ + cURL: + + + + CURLOPT_PROGRESSFUNCTION + + + + GD: