Skip to content

Commit be2f547

Browse files
committed
Fix NEWS after 5.3.21
1 parent f63a9f6 commit be2f547

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

NEWS

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2013, PHP 5.3.23
4-
53
?? ??? 2013, PHP 5.3.22
64

75
- Zend Engine:
86
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
9-
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
10-
(Johannes)
117

128
- Core
139
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
1410
(Laruence)
1511

12+
- Date:
13+
. Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
14+
(Laruence, Derick)
15+
16+
- FPM:
17+
. Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
18+
19+
17 Jan 2013, PHP 5.3.21
20+
21+
- Zend Engine:
22+
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
23+
(Johannes)
24+
1625
- cURL extension:
1726
. Fixed bug (segfault due to libcurl connection caching). (Pierrick)
1827
. Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
@@ -22,13 +31,6 @@ PHP NEWS
2231
. Fixed bug #55438 (Curlwapper is not sending http header randomly).
2332
(phpnet@lostreality.org, Pierrick)
2433

25-
- Date:
26-
. Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
27-
(Laruence, Derick)
28-
29-
- FPM:
30-
. Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
31-
3234
20 Dec 2012, PHP 5.3.20
3335

3436
- Zend Engine:

0 commit comments

Comments
 (0)