Skip to content

Commit 0cc0f73

Browse files
committed
fix NEWS after releses
1 parent f66642a commit 0cc0f73

File tree

1 file changed

+43
-24
lines changed

1 file changed

+43
-24
lines changed

NEWS

Lines changed: 43 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2012, PHP 5.3.16
3+
?? ??? 2012, PHP 5.3.18
44

55
- Core:
66
. Fixed bug #62976 (Notice: could not be converted to int when comparing
77
some builtin classes). (Laruence)
8+
. Fixed bug #61767 (Shutdown functions not called in certain error
9+
situation). (Dmitry)
10+
. Fixed bug #60909 (custom error handler throwing Exception + fatal error
11+
= no shutdown function). (Dmitry)
12+
13+
- Intl:
14+
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)
15+
16+
- SOAP
17+
. Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
18+
(Dmitry)
19+
20+
- SPL:
21+
. Bug #62987 (Assigning to ArrayObject[null][something] overrides all
22+
undefined variables). (Laruence)
23+
24+
13 Sep 2012, PHP 5.3.17
25+
26+
- Core:
827
. Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
928
. Fixed bug #62955 (Only one directive is loaded from "Per Directory Values"
1029
Windows registry). (aserbulov at parallels dot com)
@@ -13,57 +32,57 @@ PHP NEWS
1332
. Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)
1433
. Fixed bug #62716 (munmap() is called with the incorrect length).
1534
16-
. Fixed bug #62460 (php binaries installed as binary.dSYM). (Reeze Xia)
17-
. Fixed bug #61767 (Shutdown functions not called in certain error
18-
situation). (Dmitry)
19-
. Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
20-
with run-test.php). (Laruence)
21-
. Fixed bug #60909 (custom error handler throwing Exception + fatal error
22-
= no shutdown function). (Dmitry)
35+
. Fixed bug ##62460 (php binaries installed as binary.dSYM). (Reeze Xia)
2336

2437
- CURL:
2538
. Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
26-
. Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
27-
([email protected], Laruence)
2839

2940
- DateTime:
3041
. Fixed bug #62852 (Unserialize invalid DateTime causes crash).
3142
32-
. Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence)
3343

3444
- Intl:
3545
. Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
36-
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)
3746

3847
- MySQLnd:
3948
. Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)
4049

4150
- PDO:
4251
. Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
4352

44-
- Reflection:
45-
. Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
46-
result). (Laruence)
47-
4853
- Session:
4954
. Fixed bug (segfault due to retval is not initialized). (Laruence)
5055

51-
- SOAP
52-
. Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
53-
(Dmitry)
54-
5556
- SPL:
56-
. Bug #62987 (Assigning to ArrayObject[null][something] overrides all
57-
undefined variables). (Laruence)
5857
. Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
5958
(Laruence)
60-
. Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
61-
gives Segmentation fault). (Laruence, Gustavo)
6259

6360
- Enchant:
6461
. Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to
6562
initialize it). (Tony, Mateusz Goik).
6663

64+
16 Aug 2012, PHP 5.3.16
65+
66+
- Core:
67+
. Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
68+
with run-test.php). (Laruence)
69+
70+
- CURL:
71+
. Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
72+
([email protected], Laruence)
73+
74+
- DateTime:
75+
. Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
76+
77+
- Reflection:
78+
. Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
79+
result). (Laruence)
80+
81+
- SPL:
82+
. Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
83+
gives Segmentation fault). (Laruence, Gustavo)
84+
85+
6786
19 Jul 2012, PHP 5.3.15
6887

6988
- Zend Engine:

0 commit comments

Comments
 (0)