File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 25 Jun 2015, PHP 5.5.27RC1
3
+ 09 Jul 2015, PHP 5.5.27
4
4
5
5
- Core:
6
6
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
18
18
(Christian Wenz)
19
19
. Fixed bug #69892 (Different arrays compare indentical due to integer key
20
20
truncation). (Nikita)
21
+ . Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
22
+ from fix to bug #68776. (Yasuo)
21
23
22
24
- GD:
23
25
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
24
-
26
+
27
+ - Mysqlnd:
28
+ . Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).
29
+ (Andrey)
30
+
25
31
- PCRE:
26
32
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
27
33
string). (cmb)
35
41
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
36
42
(Matteo)
37
43
44
+ - Phar:
45
+ . Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
46
+ . Fixed bug #69923 (Buffer overflow and stack smashing error in
47
+ phar_fix_filepath). (Stas)
48
+
38
49
- SimpleXML:
39
50
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
40
51
node name). (Christoph Michael Becker)
You can’t perform that action at this time.
0 commit comments