1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? 2012, PHP 5.3.16
3
+ ?? ??? 2012, PHP 5.3.18
4
4
5
5
- Core:
6
6
. Fixed bug #62976 (Notice: could not be converted to int when comparing
7
7
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:
8
27
. Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
9
28
. Fixed bug #62955 (Only one directive is loaded from "Per Directory Values"
10
29
Windows registry). (aserbulov at parallels dot com)
@@ -13,57 +32,57 @@ PHP NEWS
13
32
. Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)
14
33
. Fixed bug #62716 (munmap() is called with the incorrect length).
15
34
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)
23
36
24
37
- CURL:
25
38
. Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
26
- . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
27
-
28
39
29
40
- DateTime:
30
41
. Fixed bug #62852 (Unserialize invalid DateTime causes crash).
31
42
32
- . Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence)
33
43
34
44
- Intl:
35
45
. Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
36
- . Fix bug #62915 (defective cloning in several intl classes). (Gustavo)
37
46
38
47
- MySQLnd:
39
48
. Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)
40
49
41
50
- PDO:
42
51
. Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
43
52
44
- - Reflection:
45
- . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
46
- result). (Laruence)
47
-
48
53
- Session:
49
54
. Fixed bug (segfault due to retval is not initialized). (Laruence)
50
55
51
- - SOAP
52
- . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
53
- (Dmitry)
54
-
55
56
- SPL:
56
- . Bug #62987 (Assigning to ArrayObject[null][something] overrides all
57
- undefined variables). (Laruence)
58
57
. Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
59
58
(Laruence)
60
- . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
61
- gives Segmentation fault). (Laruence, Gustavo)
62
59
63
60
- Enchant:
64
61
. Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to
65
62
initialize it). (Tony, Mateusz Goik).
66
63
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
+
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
+
67
86
19 Jul 2012, PHP 5.3.15
68
87
69
88
- Zend Engine:
0 commit comments