Skip to content

Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). #2532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

KiNgMaR
Copy link

@KiNgMaR KiNgMaR commented May 22, 2017

Related to https://bugs.php.net/bug.php?id=68298, which only fixed this integer overflow (truncation) for oci_bind_by_name. With this change, also oci_bind_array_by_name is working correctly with negative values and values exceeding the 32-bit limit.

@KiNgMaR
Copy link
Author

KiNgMaR commented May 22, 2017

Rebased against PHP-7.0.

@KiNgMaR KiNgMaR reopened this May 22, 2017
@cjbj
Copy link
Contributor

cjbj commented May 23, 2017

/cc @tianfyang: can you review?

@php-pulls
Copy link

Comment on behalf of sixd at php.net:

Fixed in 7.x - thanks!

@php-pulls php-pulls closed this Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants