Skip to content

Conversation

@dunglas
Copy link
Contributor

@dunglas dunglas commented Feb 11, 2026

What does this PR do?

Closes #1027

This should fix the build of recent Postgres versions with ancient GNU libc versions.

This code block isn't necessary anymore because of postgres/postgres@3e83bdd

Failing FrankenPHP PR: https://github.com/php/frankenphp/actions/runs/21904413354/job/63240864704

I'm not sure how to test this properly.

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
If a modification is not involved, please skip it directly.

  • If you modified *.php or *.json, run them locally to ensure your changes are valid:
    • composer cs-fix
    • composer analyse
    • composer test
    • bin/spc dev:sort-config
  • If it's an extension or dependency update, please ensure the following:
    • Add your test combination to src/globals/test-extensions.php.
    • If adding new or fixing bugs, add commit message containing extension test or test extensions to trigger full test suite.

dunglas and others added 2 commits February 11, 2026 16:24
Commented out older PHP versions and Windows 2025 in the test configuration. Updated the extensions to test for Linux and Darwin.
@crazywhalecc crazywhalecc self-requested a review February 11, 2026 16:01
@henderkes henderkes merged commit f680731 into crazywhalecc:main Feb 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pgsql fails on centos 7 container gcc

3 participants