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
are there any plans to update the PHP version, for example 8 or 8.1.
I've tried to compile PHP 8.1.6 with latest Emscripten and am getting the following error:
shared:ERROR: /src/php-8.1.6/Zend/asm/make_x86_64_sysv_elf_gas.S: Input file has an unknown suffix, don't know what to do with it!
Makefile:893: recipe for target 'Zend/asm/make_x86_64_sysv_elf_gas.lo' failed
make: *** [Zend/asm/make_x86_64_sysv_elf_gas.lo] Error 1
could anyone help with this? I'll gladly invest some time into updating this project, I really like the concept of PHP WASM. Thanks!
The text was updated successfully, but these errors were encountered:
are there any plans to update the PHP version, for example 8 or 8.1.
I've tried to compile PHP 8.1.6 with latest Emscripten and am getting the following error:
shared:ERROR: /src/php-8.1.6/Zend/asm/make_x86_64_sysv_elf_gas.S: Input file has an unknown suffix, don't know what to do with it!
Makefile:893: recipe for target 'Zend/asm/make_x86_64_sysv_elf_gas.lo' failed
make: *** [Zend/asm/make_x86_64_sysv_elf_gas.lo] Error 1
could anyone help with this? I'll gladly invest some time into updating this project, I really like the concept of PHP WASM. Thanks!
are there any plans to update the PHP version, for example 8 or 8.1.
I've tried to compile PHP 8.1.6 with latest Emscripten and am getting the following error:
could anyone help with this? I'll gladly invest some time into updating this project, I really like the concept of PHP WASM. Thanks!
The text was updated successfully, but these errors were encountered: