We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code:
./buildconf ./configure
Resulted in this output:
... checking whether we are using musl libc... grep: illegal option -- q Usage: grep -hblcnsviw pattern file . . . no ...
But I expected this output instead:
checking whether we are using musl libc... no
PHP 8.2+
Oracle Solaris 10
The text was updated successfully, but these errors were encountered:
Fix phpGH-15515: Configure error grep illegal option q
842b90e
On Solaris default grep doesn't support the -q option. In such cases the grep output can be redirected to /dev/null and the exit status is checked.
63841ba
Merge branch 'PHP-8.2' into PHP-8.3
9e63e20
* PHP-8.2: Fix GH-15515: Configure error grep illegal option q (#15516)
Merge branch 'PHP-8.3'
c69d29e
* PHP-8.3: Fix GH-15515: Configure error grep illegal option q (#15516)
No branches or pull requests
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.2+
Operating System
Oracle Solaris 10
The text was updated successfully, but these errors were encountered: