summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-01-16 17:38:17 +0100
committerJohannes Schlüter <johannes@php.net>2013-01-16 17:38:17 +0100
commitbe2f547497c32e845f99516df4785ddb3fbff416 (patch)
tree65f2dd0c0b92c6447b2e77bc1f56e56826663673
parentf63a9f6c11c05aa76158b6cae0e05340d303a6af (diff)
downloadphp-git-be2f547497c32e845f99516df4785ddb3fbff416.tar.gz
Fix NEWS after 5.3.21
-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: