Skip to content

Commit

Permalink
V8 v5.5+ has three v8*.dll's
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-E committed Mar 5, 2017
1 parent 4063d03 commit 8d10384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.Win32.md
Expand Up @@ -158,7 +158,7 @@ nmake
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
`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.

Then run
Expand All @@ -167,5 +167,4 @@ Then run
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
v8 build).
Alternatively copy all stuff to c:\php\ (including the DLL files from v8 build).

0 comments on commit 8d10384

Please sign in to comment.