Skip to content

Commit 8d10384

Browse files
committed
V8 v5.5+ has three v8*.dll's
1 parent 4063d03 commit 8d10384

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.Win32.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ nmake
158158
After nmake completes the php.exe is in Release_TS\ directory.
159159

160160
In order to try things out in place, copy over `icui18n.dll`, `icuuc.dll` and
161-
`v8.dll` file from `\v8\build\Release` folder to
161+
`v8*.dll` files from `\v8\build\Release` folder to
162162
`\php-sdk\phpdev\vc14\x86\php-7.0.1\Release_TS\` first.
163163

164164
Then run
@@ -167,5 +167,4 @@ Then run
167167
Release_TS\php.exe -d extension=php_v8js.dll -d extension_dir=Release_TS\
168168
```
169169

170-
Alternatively copy all stuff to c:\php\ (including the three DLL files from
171-
v8 build).
170+
Alternatively copy all stuff to c:\php\ (including the DLL files from v8 build).

0 commit comments

Comments
 (0)