How to install V8Js for PHP on XAMPP for Windows?

放肆的年华 提交于 2019-11-30 19:28:11
nakorndev

You need to download lasted php version from here instead https://www.apachelounge.com/viewtopic.php?t=6359

Then move a php_v8js.dll from php\ext into same directory on your local.

But with 5 files additional from root directory of php have to move into your apache\bin instead

  • icui18n.dll
  • icuuc.dll
  • v8.dll
  • v8_libbase.dll
  • v8_libplatform.dll

Be sure to have it in your php.ini, by adding the following line:

extension=php_v8js.dll

Then try to restart apache or check by command php -m, have fun.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!