#
63f42adb |
| 02-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fix bug #67644 - Memory corruption & crash during ob_start function callback
|
#
af85eff5 |
| 02-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #67644 - Memory corruption & crash during ob_start function callback
|
#
53fa6c5b |
| 31-Aug-2014 |
Stanislav Malyshev |
Fix bug #67644 - Memory corruption & crash during ob_start function callback |
#
834daa45 |
| 02-Sep-2014 |
Nikita Popov |
Fixed bug #50175 0x and 0b prefix is now only handled if either no base is given or if the base is 16 (0x) or 2 (0b). Always handling it is incorrect because 0x and 0b are perfectly
Fixed bug #50175 0x and 0b prefix is now only handled if either no base is given or if the base is 16 (0x) or 2 (0b). Always handling it is incorrect because 0x and 0b are perfectly valid numbers in other bases.
show more ...
|
#
47d630e7 |
| 27-Aug-2014 |
Leigh |
Implement gmp_import() and gmp_export() |
#
07851433 |
| 01-Sep-2014 |
Tjerk Meesters |
Updated NEWS |
#
83bacd2f |
| 01-Sep-2014 |
Tjerk Meesters |
Updated NEWS |
#
57f82819 |
| 01-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: update NEWS Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036) Fix typo from commit 32314f6b6 Fix des
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: update NEWS Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036) Fix typo from commit 32314f6b6 Fix destruction order in zend_shutdown (bug #65463, #66036)
show more ...
|
#
4b9fcc01 |
| 01-Sep-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: update NEWS Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036) Fix typo from commit 32314f6b6 Fix des
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: update NEWS Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036) Fix typo from commit 32314f6b6 Fix destruction order in zend_shutdown (bug #65463, #66036)
show more ...
|
#
30aceaf1 |
| 01-Sep-2014 |
Stanislav Malyshev |
update NEWS |
#
099dfdf8 |
| 01-Sep-2014 |
Tjerk Meesters |
Updated NEWS for #38409 |
#
65c1e14c |
| 01-Sep-2014 |
Tjerk Meesters |
Updated NEWS for #38409 |
#
d7368c25 |
| 30-Aug-2014 |
Nikita Popov |
Fix bug #67938: Segfault when extending interface method with variadic We only want to check extra optional args if the proto function is variadic, not when we're adding extra variadic a
Fix bug #67938: Segfault when extending interface method with variadic We only want to check extra optional args if the proto function is variadic, not when we're adding extra variadic args.
show more ...
|
#
daefca44 |
| 30-Aug-2014 |
Anatol Belski |
updated NEWS |
#
13b45a36 |
| 29-Aug-2014 |
Lior Kaplan |
Add missing CVE IDs for 5.6.0 |
#
210e35a2 |
| 29-Aug-2014 |
Lior Kaplan |
Align entiries format to "Fixed bug #..." |
#
49d6472f |
| 29-Aug-2014 |
Lior Kaplan |
Use #66356 instead of #66714, as the latter is only a regression fix from the former. |
#
cd38d72e |
| 29-Aug-2014 |
Lior Kaplan |
Add an entry for bug#66060 (fixed in 5.5.8) |
#
e55c6417 |
| 29-Aug-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: fix NEWS for fcgi fix merge restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
|
#
b206b0e2 |
| 29-Aug-2014 |
Stanislav Malyshev |
fix NEWS for fcgi fix merge |
#
fc5f9316 |
| 27-Aug-2014 |
Nikita Popov |
Fix bug #67917 (gmp compound assignment operator leak) |
#
1d6e9e8f |
| 27-Aug-2014 |
Julien Pauli |
reworked NEWS for 5.6.0GA |
#
f39ff293 |
| 27-Aug-2014 |
Ferenc Kovacs |
fix the NEWS |
#
bd3e758c |
| 27-Aug-2014 |
Ferenc Kovacs |
add the NEWS entries from the last stable release |
#
f7b7c145 |
| 27-Aug-2014 |
Ferenc Kovacs |
update NEWS to reflect what makes into 5.6.0 final |