Skip to content

Commit

Permalink
fix #66872, invalid argument crashes gmp_testbit
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Mar 10, 2014
1 parent af41914 commit 28fa31d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28fa31d

Please sign in to comment.