1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 05 Jul 2012, PHP 5.3.15RC1
3
+ 19 Jul 2012, PHP 5.3.15
4
+
4
5
- Zend Engine:
5
6
. Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that
6
7
includes a semi-colon). (Pierrick)
@@ -9,8 +10,8 @@ PHP NEWS
9
10
. Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
10
11
11
12
- Core:
12
- . Fixed potential overflow in _php_stream_scandir. (Jason Powell,
13
- Stas)
13
+ . Fixed potential overflow in _php_stream_scandir, CVE-2012-2688 . (Jason
14
+ Powell, Stas)
14
15
. Fixed bug #62432 (ReflectionMethod random corrupt memory on high
15
16
concurrent). (Johannes)
16
17
. Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed
@@ -44,7 +45,7 @@ PHP NEWS
44
45
. Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo)
45
46
46
47
- JSON:
47
- . Improved error handling . (Nikita Popov )
48
+ . Reverted fix for bug #61537 . (Johannes )
48
49
49
50
- Phar:
50
51
. Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
@@ -59,6 +60,10 @@ PHP NEWS
59
60
. Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
60
61
(Nikita Popov)
61
62
63
+ - SQLite:
64
+ . Fixed open_basedir bypass, CVE-2012-3365. (Johannes, reported by Yury
65
+ Maryshev)
66
+
62
67
- XML Writer:
63
68
. Fixed bug #62064 (memory leak in the XML Writer module).
64
69
(jean-pierre dot lozi at lip6 dot fr)
0 commit comments