@@ -2,10 +2,6 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2012, PHP 5.3.16
4
4
5
- ?? ??? 2012, PHP 5.3.15
6
- (NEWS will be merged after release by johannes. Formerging changes to the
7
- PHP-5.3.15 release branch talk to johannes)
8
-
9
5
- CURL:
10
6
. Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
11
7
@@ -17,6 +13,77 @@ PHP NEWS
17
13
. Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
18
14
gives Segmentation fault). (Laruence, Gustavo)
19
15
16
+ 19 Jul 2012, PHP 5.3.15
17
+
18
+ - Zend Engine:
19
+ . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that
20
+ includes a semi-colon). (Pierrick)
21
+
22
+ - COM:
23
+ . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
24
+
25
+ - Core:
26
+ . Fixed potential overflow in _php_stream_scandir, CVE-2012-2688. (Jason
27
+ Powell, Stas)
28
+ . Fixed bug #62432 (ReflectionMethod random corrupt memory on high
29
+ concurrent). (Johannes)
30
+ . Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed
31
+ Salt). (Anthony Ferrara)
32
+
33
+ - Fileinfo:
34
+ . Fixed magic file regex support. (Felipe)
35
+
36
+ - FPM:
37
+ . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
38
+ . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat)
39
+ . Fixed bug #61295 (php-fpm should not fail with commented 'user'
40
+ for non-root start). (fat)
41
+ . Fixed bug #61026 (FPM pools can listen on the same address). (fat)
42
+ . Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
43
+ (fat)
44
+ . Fixed bug #62153 (when using unix sockets, multiples FPM instances
45
+ can be launched without errors). (fat)
46
+ . Fixed bug #62160 (Add process.priority to set nice(2) priorities). (fat)
47
+ . Fixed bug #61218 (FPM drops connection while receiving some binary values
48
+ in FastCGI requests). (fat)
49
+ . Fixed bug #62205 (php-fpm segfaults (null passed to strstr)). (fat)
50
+
51
+ - Intl:
52
+ . Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
53
+ . Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called
54
+ twice). (Gustavo)
55
+ . Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
56
+ . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks
57
+ pattern). (Gustavo)
58
+ . Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo)
59
+
60
+ - JSON:
61
+ . Reverted fix for bug #61537. (Johannes)
62
+
63
+ - Phar:
64
+ . Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
65
+
66
+ - Reflection:
67
+ . Fixed bug #62384 (Attempting to invoke a Closure more than once causes
68
+ segfault). (Felipe)
69
+ . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks
70
+ with constant). (Laruence)
71
+
72
+ - SPL:
73
+ . Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
74
+ (Nikita Popov)
75
+
76
+ - SQLite:
77
+ . Fixed open_basedir bypass, CVE-2012-3365. (Johannes, reported by Yury
78
+ Maryshev)
79
+
80
+ - XML Writer:
81
+ . Fixed bug #62064 (memory leak in the XML Writer module).
82
+ (jean-pierre dot lozi at lip6 dot fr)
83
+
84
+ - Zip:
85
+ . Upgraded libzip to 0.10.1 (Anatoliy)
86
+
20
87
14 Jun 2012, PHP 5.3.14
21
88
22
89
- CLI SAPI:
0 commit comments