You need to download the captured php version from here https://www.apachelounge.com/viewtopic.php?t=6359
Then move php_v8js.dll from php\ext to the same directory on your local computer.
But with 5 additional files from the php root directory, you need to go to your apache\bin instead
- icui18n.dll
- icuuc.dll
- v8.dll
- v8_libbase.dll
- v8_libplatform.dll
Make sure it is in your php.ini by adding the following line:
extension=php_v8js.dll
Then try restarting apache or checking with the php -m command, have fun.
source share