mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 14:01:53 +00:00
V8 v5.5+ has three v8*.dll's
This commit is contained in:
parent
4063d03f59
commit
8d1038415c
@ -158,7 +158,7 @@ nmake
|
|||||||
After nmake completes the php.exe is in Release_TS\ directory.
|
After nmake completes the php.exe is in Release_TS\ directory.
|
||||||
|
|
||||||
In order to try things out in place, copy over `icui18n.dll`, `icuuc.dll` and
|
In order to try things out in place, copy over `icui18n.dll`, `icuuc.dll` and
|
||||||
`v8.dll` file from `\v8\build\Release` folder to
|
`v8*.dll` files from `\v8\build\Release` folder to
|
||||||
`\php-sdk\phpdev\vc14\x86\php-7.0.1\Release_TS\` first.
|
`\php-sdk\phpdev\vc14\x86\php-7.0.1\Release_TS\` first.
|
||||||
|
|
||||||
Then run
|
Then run
|
||||||
@ -167,5 +167,4 @@ Then run
|
|||||||
Release_TS\php.exe -d extension=php_v8js.dll -d extension_dir=Release_TS\
|
Release_TS\php.exe -d extension=php_v8js.dll -d extension_dir=Release_TS\
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively copy all stuff to c:\php\ (including the three DLL files from
|
Alternatively copy all stuff to c:\php\ (including the DLL files from v8 build).
|
||||||
v8 build).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user