summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 13 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 928d829d7a..6a3acec063 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,27 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.3.23
-
?? ??? 2013, PHP 5.3.22
- Zend Engine:
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
- . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
- (Johannes)
- Core
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
(Laruence)
+- Date:
+ . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
+ (Laruence, Derick)
+
+- FPM:
+ . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
+
+17 Jan 2013, PHP 5.3.21
+
+- Zend Engine:
+ . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
+ (Johannes)
+
- cURL extension:
. Fixed bug (segfault due to libcurl connection caching). (Pierrick)
. Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
@@ -22,13 +31,6 @@ PHP NEWS
. Fixed bug #55438 (Curlwapper is not sending http header randomly).
(phpnet@lostreality.org, Pierrick)
-- Date:
- . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
- (Laruence, Derick)
-
-- FPM:
- . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
-
20 Dec 2012, PHP 5.3.20
- Zend Engine: