You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
I run curl https://raw.githubusercontent.com/chillfox/php-download.sh/main/php-download.sh | bash -s 8.0 in the shell and afetr a while a get this error:
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
Makefile:655: recipe for target 'ext/pcre/pcre2lib/pcre2_match.lo' failed
make: *** [ext/pcre/pcre2lib/pcre2_match.lo] Error 1
On REPL.COM PHP/CLI
I run
curl https://raw.githubusercontent.com/chillfox/php-download.sh/main/php-download.sh | bash -s 8.0in the shell and afetr a while a get this error: