We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4063d03 commit 8d10384Copy full SHA for 8d10384
README.Win32.md
@@ -158,7 +158,7 @@ nmake
158
After nmake completes the php.exe is in Release_TS\ directory.
159
160
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
+`v8*.dll` files from `\v8\build\Release` folder to
162
`\php-sdk\phpdev\vc14\x86\php-7.0.1\Release_TS\` first.
163
164
Then run
@@ -167,5 +167,4 @@ Then run
167
Release_TS\php.exe -d extension=php_v8js.dll -d extension_dir=Release_TS\
168
```
169
170
-Alternatively copy all stuff to c:\php\ (including the three DLL files from
171
-v8 build).
+Alternatively copy all stuff to c:\php\ (including the DLL files from v8 build).
0 commit comments