-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
checking for php... php #11522
Comments
To fix the "too old" error, I can run the configuration again with a specific version (the newly compiled php version) as well user@host:/path/php-src/$ export PHP=/path/php-src/sapi/cli/php && ./configure Resulted in this output:
But I expected this output instead:
Can we fix this bug like this ? https://github.com/SVGAnimate/php-src/blob/m4_php_version_cut_suffix/build/php.m4#L1895 |
@SVGAnimate |
Closed
nielsdos
added a commit
that referenced
this issue
Jun 27, 2023
* PHP-8.1: Fix GH-11522: PHP version check fails with '-' separator
nielsdos
added a commit
that referenced
this issue
Jun 27, 2023
* PHP-8.2: Fix GH-11522: PHP version check fails with '-' separator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Build complete. But :
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.2.8
Operating System
Ubuntu 16
The text was updated successfully, but these errors were encountered: