【问题标题】:Error installing v8js on windows xampp server在 windows xampp 服务器上安装 v8js 时出错
【发布时间】:2017-09-27 22:45:19
【问题描述】:

我正在尝试在我的 windows xampp 服务器上安装 v8js。

我已按照本教程中的说明进行操作: https://blog.xenokore.com/how-to-install-v8js-for-php-on-windows/

但是当我尝试运行 `php 我得到:

C:\Users\paul>php -v
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_v8js.dll' - The specified procedure could not be found.
 in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_v8js.dll' - The specified procedure could not be found.
 in Unknown on line 0
PHP 7.1.1 (cli) (built: Jan 18 2017 18:51:14) ( ZTS MSVC14 (Visual C++ 2015) x86 )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Xdebug v2.5.1, Copyright (c) 2002-2017, by Derick Rethans

【问题讨论】:

    标签: php xampp v8


    【解决方案1】:

    您可能还需要将三个“额外”的 dll 复制到 apache\bin 中

    • v8.dll
    • icui18n.dll
    • icuuc.dll

    您需要在 \php\ 中将它们作为命令行运行 PHP,或者在 \apache\bin\ 中用于在 apache 下运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-06-20
      • 1970-01-01
      • 2015-04-08
      • 2018-04-08
      • 2012-07-07
      • 2014-12-05
      • 1970-01-01
      • 2012-08-08
      相关资源
      最近更新 更多