-
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
Compilation error on cygwin #8142
Comments
Hmm, Cygwin is certainly not one of the important targets nowadays (I guess most Windows users use WSL(2) instead), so don't expect that to be fixed soon. However, a pull request would be welcome! |
pcntl: SIGPOLL/si_band unsupported. int ext: enables the signal apis with `_POSIX_C_SOURCE`.
pcntl: SIGPOLL/si_band unsupported. int ext: enables the signal apis with `_POSIX_C_SOURCE`.
* PHP-8.0: Fix GH-8142: Compilation error on cygwin
* PHP-8.1: Fix GH-8142: Compilation error on cygwin
I am running php8.1.3 on DEEPIN 20.4, and the following error occurred
|
@pgy866 This is only fixed for PHP 8.1.5, but your errors look unrelated. Please check with the newest version and otherwise create a new issue. |
Description
Error while compiling php on cygwin
Resulted in this output:
PHP Version
PHP 8.1.1
Operating System
CYGWIN_NT-10.0 ***** 3.3.4(0.341/5/3) 2022-01-31 19:35 x86_64 Cygwin
The text was updated successfully, but these errors were encountered: