Uh oh!
There was an error while loading. Please reload this page.
PowerPC64 support in safe_address function - #919
Conversation
gustavotemple
commented
Nov 25, 2014
@remicollet, @smalyshev, @datibbaw, @laruence: the PR #734 has been rebased in this one. |
remicollet
commented
Dec 1, 2014
Tried against master on This make ext/spl/tests/bug67247.phpt segfault: Without the patch With: |
remicollet
commented
Dec 2, 2014
FYI, we now have 0 failed tests on ppc64, so testing will be easier (build with --disable-all, so no extension tested) |
gustavotemple
commented
Dec 2, 2014
@remicollet, thank you very much :) |
remicollet
commented
Dec 12, 2014
Any update on this one ? (still segfault) |
gustavotemple
commented
Dec 12, 2014
Sorry @remicollet, not yet, I and my teammates (@caioso, @lbianc) we're still checking. |
remicollet
commented
Dec 12, 2014
@gustavotemple no urgency ;) |
Add a ppc64-specific implementation of the safe_address function with overflow checking.
gustavotemple
commented
Dec 15, 2014
@remicollet, done, fixed. |
remicollet
commented
Dec 16, 2014
Tested on No regression detected. Fine :) |
php-pulls
commented
Dec 16, 2014
Comment on behalf of remi at php.net: merged, thanks for improving PHP on PowerPC :) |
Add a ppc64-specific implementation of the safe_address
function with overflow checking.