phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

More robust scanning, override SEARCH_PATH by explicitly given dir #534

Closed stesie closed 1 month ago

stesie commented 1 month ago

See my remarks at https://github.com/phpv8/v8js/pull/532#issuecomment-2364600731

@JoshuaBehrens

redbullmarky commented 1 month ago

Tested on Ubuntu 24 and worked a treat! So nice to be able to get it up-and-running so quickly without a full V8 download/compile!

stesie commented 1 month ago

@JoshuaBehrens see https://github.com/phpv8/v8js/commit/d1af93e544ac3cb949f353bd135ab0ac222380e8 ... I updated the instructions already (a bit). but feel free to follow-up with a PR, if you think we should add more