PHP.mk документација
Компилирање и градење
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
wincache.win32build.building.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
wincache.win32build.building.php
Компилирање и градење
Референца за `wincache.win32build.building.php` со подобрена типографија и навигација.
Компилирање и градење
The following steps describe how to compile and build WinCache on Windows OS:
-
Open a command prompt which is used to build PHP
-
Go to the root folder where PHP sources are present
-
Run the command:
cscript.exe win32\build\buildconf.js
-
Run the command:
The output will contain a new flagconfigure.bat --help
--enable-wincache. -
Run the command:
configure.js [all options used to build PHP] --enable-wincache
--enable-wincacheis the only extra option which is required to ensure that WinCache extension gets built properly. This option will build WinCache and will statically link it with PHP dll. To build WinCache extension as a stand-alone DLL use the option--enable-wincache=shared. -
Run the command:
nmake
Белешки од корисници
Нема белешки од корисници за оваа страница.