コンパイルおよびビルド
WinCache を Windows OS 上でコンパイル・ビルドする手順は次のとおりです。
-
PHP のビルドに使うコマンドプロンプトを開く
-
PHP ソースのルートフォルダに移動する
-
次のコマンドを実行する
cscript.exe win32\build\buildconf.js
-
次のコマンドを実行する
configure.bat --help
--enable-wincache
が含まれています。 -
次のコマンドを実行する
configure.js [all options used to build PHP] --enable-wincache
--enable-wincache
は、WinCache 拡張モジュールを正しくビルドするために必要な唯一の追加オプションです。 このオプションは、WinCache をビルドして PHP の dll にスタティックリンクします。 WinCache 拡張モジュールを単体の DLL とhしてビルドするには、オプション--enable-wincache=shared
を指定します。 -
次のコマンドを実行する
nmake
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google