1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

fix #66872, invalid argument crashes gmp_testbit

This commit is contained in:
Pierre Joye
2014-03-10 12:07:58 +01:00
parent af41914e15
commit 28fa31d6e5

15
NEWS
View File

@@ -2,16 +2,19 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.4.27
- MySQLi:
. Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed)
(Remi)
- Core:
. Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
- GMP
. fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre)
- Mail:
. Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
- Core:
. Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
- MySQLi:
. Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed)
(Remi)
?? ??? 2014, PHP 5.4.26
- JSON: