Does anyone know of a JavaScript interpreter that has bindings to PHP or Python?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There's a previous discussion on embedding various languages into PHP. re: Javascript in particular, Pecl Spidermonkey is mentioned; otherwise, not much to choose from. |
|||
|
|
|
At now there is v8js-0.1.3 (beta) pecl package for PHP5.3.3+ You can easily install it like that (debian/ubuntu):
I've using _pecl prefix for pecl packages. Of course you can remove or change it as you wish. |
|||
|
|