Skip to content
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

Remove SIZEOF_OFF_T undef in PDO PGSQL driver #8301

Merged
merged 1 commit into from Jun 9, 2022

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Apr 5, 2022

This looks to be plainly wrong and pointless, and possibly mess with the FFI extension (as it checks for this value)

@cmb69
Copy link
Contributor

cmb69 commented Apr 5, 2022

This has been introduced as part of fixing https://bugs.php.net/79532. I'm not sure whether it can be removed now, since we're no longer including pg_config.h.

@Girgias
Copy link
Member Author

Girgias commented Jun 8, 2022

This has been introduced as part of fixing https://bugs.php.net/79532. I'm not sure whether it can be removed now, since we're no longer including pg_config.h.

I think this should be fine, I'll merge this if CI is happy

@Girgias Girgias merged commit bac8cce into php:master Jun 9, 2022
@Girgias Girgias deleted the pgsql_weird_undef branch June 9, 2022 12:29
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.

None yet

3 participants