-
Notifications
You must be signed in to change notification settings - Fork 202
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
php8 has problem on ubuntu 20 with v8 version.... NONE #489
Comments
which version of V8 is this? I recently tried 10.1.124.12 which worked just fine, but haven't tried the 10.2 line so far |
i found problem with v8 more version 10 |
hi there, Trying to compile v8js with PHP8 .0.20. Comipiled V8 main branch (V8 version 10.5.0) without errors. Listing of However, building v8js explodes with the same message:
|
I can also confirm that v8js compiles just fine with V8 10.1.124.12 - and huge thanks for that. @stesie EDIT. v8js compiles just fine with PHP8.1 |
thank you !!! i will try that version |
Try PR #490 for V8 10.5 support on PHP 7.x and please report back if it works for you. If so I'll merge it (and forward merge it to PHP 8.x branch) |
os: ubuntu 22 |
php7 is not work ...
thank you |
@usback this might be entirely useless for you, but having had similar errors, make sure you're starting from a clean slate when you're building for different versions of libv8, php, etc.
i had a LOT of issues, failed tests, etc until i did that. otherwise, the output in your last comment is chopped off and doesn't show the error, just the subsequent details for it. |
@stesie Could you, please, confirm that V8 v10.1.124.12 is the last one which is compatible with v8js php8 branch? |
i did complie with v8
config.log file
The text was updated successfully, but these errors were encountered: