Home
last modified time | relevance | path

Searched refs:PHP_PREFIX (Results 1 – 11 of 11) sorted by relevance

/php-src/win32/build/
H A Dconfig.w32.phpize.in36 if (PHP_PREFIX == '') {
37 PHP_PREFIX = "C:\\php";
39 PHP_PREFIX += "\\debug";
41 DEFINE('PHP_PREFIX', PHP_PREFIX);
47 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
H A DMakefile255 @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK
258 @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX)
259 @if not exist $(PHP_PREFIX)\ext mkdir $(PHP_PREFIX)\ext
260 @echo Installing files under $(PHP_PREFIX)
261 @if exist $(BUILD_DIR)\*.exe copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
263 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…
264 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
H A Dconfig.w3256 if (PHP_PREFIX == '') {
57 PHP_PREFIX = "C:\\php";
59 PHP_PREFIX += "\\debug";
61 DEFINE('PHP_PREFIX', PHP_PREFIX);
H A Dconfig.w32.h.in20 #define PHP_PREFIX "@PREFIX@" macro
H A Dphpize.js.in211 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
H A Dconfutils.js2263 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
/php-src/main/
H A Dmain.stub.php81 const PHP_PREFIX = UNKNOWN; define
H A Dbuild-defs.h.in26 #define PHP_PREFIX "@prefix@" macro
H A Dmain_arginfo.h20 REGISTER_STRING_CONSTANT("PHP_PREFIX", PHP_PREFIX, CONST_PERSISTENT); in register_main_symbols()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c862 prog, PHP_PREFIX); in php_cgi_usage()
H A Dfpm_conf.c799 prefix = default_prefix ? default_prefix : PHP_PREFIX; in fpm_evaluate_full_path()

Completed in 37 milliseconds