Skip to content

Commit ba19ce3

Browse files
author
Julien Pauli
committed
NEWS for GA
1 parent 0f8ea7c commit ba19ce3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

NEWS

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
25 Jun 2015, PHP 5.5.27RC1
3+
09 Jul 2015, PHP 5.5.27
44

55
- Core:
66
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
@@ -18,10 +18,16 @@
1818
(Christian Wenz)
1919
. Fixed bug #69892 (Different arrays compare indentical due to integer key
2020
truncation). (Nikita)
21+
. Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
22+
from fix to bug #68776. (Yasuo)
2123

2224
- GD:
2325
. 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+
2531
- PCRE:
2632
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
2733
string). (cmb)
@@ -35,6 +41,11 @@
3541
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
3642
(Matteo)
3743

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+
3849
- SimpleXML:
3950
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
4051
node name). (Christoph Michael Becker)

0 commit comments

Comments
 (0)