Skip to content
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

How does this differ from the v8js php ext #4

Closed
christiaan opened this issue May 27, 2016 · 1 comment
Closed

How does this differ from the v8js php ext #4

christiaan opened this issue May 27, 2016 · 1 comment

Comments

@christiaan
Copy link

https://github.com/phpv8/v8js has been around for quite a while already.

How is this extension any different?

@ghost
Copy link

ghost commented Jun 14, 2016

Well, PHP-JS works on both PHP 5.3+ and PHP 7.0+ where v8js only works on PHP 7.0+. PHP-JS integrates more, exceptions can be passed on from both sides to the other transparantly instead of using a 'getPendingException' function. We support assigning variables to the global javascript scope.

There are many differences I assume, I am not familiar with the other project but this is what I see at first glance.

@ghost ghost closed this as completed Jun 14, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant