1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
This commit is contained in:
Stanislav Malyshev
2015-06-09 21:35:18 -07:00
parent 9d168b863e
commit f1ffb4b1ad

8
NEWS
View File

@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2015 PHP 5.4.42
?? ??? 2015 PHP 5.4.43
11 Jun 2015 PHP 5.4.42
- Core:
. Imroved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
@@ -12,6 +14,10 @@ PHP NEWS
- Litespeed SAPI:
. Fixed bug #68812 (Unchecked return value). (George Wang)
- Mail:
. Fixed bug #68776 (mail() does not have mail header injection prevention for
additional headers). (Yasuo)
- Postgres:
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)