-
Notifications
You must be signed in to change notification settings - Fork 200
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
README should indicate which version of v8 is required #40
Comments
Well currently it says 3.17.11 or above. @omarkilani — thanks for pointing this out. — Patrick |
Hey Patrick, Thanks for the quick response. :) I'm trying to get v8js 0.1.5 going with v8 3.17.11 now, but still run into the following: /home/build/src/v8js-0.1.5/v8js.cc: In function 'HashTable* php_v8js_v8_get_properties(zval_)': I'm building this on Illumos, so I'm not sure if I've screwed something up, or gcc 4.7.2 doesn't like the source for some reason. |
FWIW, the version of Context::New which takes an Isolate as the first param was in this commit: https://code.google.com/p/v8/source/detail?r=14304&path=/trunk/include/v8.h Which is tagged 3.18.0. |
intermediate result (still testing) 3.17.11 does not work anymore (v8::Context::New as pointed out by @omarkilani) |
3.20.0 works |
3.21.11 is the last version currently working With 3.21.12 they removed the V8_USE_UNSAFE_HANDLES stuff, breaking V8Js for the moment |
The README is now fixed. I'm closing this issue. |
It would be great if the README stated which version of v8 was known working by the developers. I was trying with v8 3.22.5 with a bunch of errors.
The text was updated successfully, but these errors were encountered: