Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 194) sorted by last modified time

12345678

/PHP-5.6/win32/
H A Dinstall.txt1580 ./configure --prefix=/usr \
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in153 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
H A Dconfutils.js1854 var prefix;
1856 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
1866 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
1924 prefix = get_define("PHP_PREFIX");
1925 prefix = prefix.replace(new RegExp("/", "g"), "\\");
1926 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
1927 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
H A Dconfig.w32123 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-5.6/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-5.6/travis/
H A Dcompile.sh14 --prefix=$HOME"/php-install" \
/PHP-5.6/scripts/
H A Dphp-config.in4 prefix="@prefix@"
46 --prefix)
47 echo $prefix;;
74 --prefix [$prefix]
H A Dphpize.in4 prefix='@prefix@'
155 -e "s#@prefix@#$prefix#" \
H A Dphpize.m443 prefix=`$PHP_CONFIG --prefix 2>/dev/null`
49 if test -z "$prefix"; then
56 AC_MSG_CHECKING([for PHP prefix])
57 AC_MSG_RESULT([$prefix])
62 AC_MSG_CHECKING([for PHP installed headers prefix])
158 test "$prefix" = "NONE" && prefix="/usr/local"
159 test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
167 PHP_SUBST(prefix)
170 PHP_SUBST(prefix)
/PHP-5.6/scripts/dev/
H A Dphpextdist7 phpize=`php-config --prefix`/bin/phpize
/PHP-5.6/sapi/fpm/
H A Dinit.d.php-fpm.in13 prefix=@prefix@
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
13 ; - the global prefix if it's been set (-p argument)
14 ; - @prefix@ otherwise
23 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
30 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
132 ; Per pool prefix
142 ; Note: This directive can also be relative to the global prefix.
144 ;prefix = /path/to/pools/$pool
473 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
474 ; of its subdirectories. If the pool prefix is not set, the global prefix
[all …]
H A Dwww.conf.in6 ; Per pool prefix
15 ; When not set, the global prefix (or @php_fpm_prefix@) applies instead.
16 ; Note: This directive can also be relative to the global prefix.
18 ;prefix = /path/to/pools/$pool
343 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
344 ; of its subdirectories. If the pool prefix is not set, the global prefix
404 ; Note: path INI options can be relative and will be expanded with the prefix
405 ; (pool, global or @prefix@)
H A Dconfig.m4662 php_fpm_prefix=`eval echo $prefix`
/PHP-5.6/sapi/fpm/tests/
H A D019.phpt2 FPM: Test global prefix
34 $fpm = run_fpm($cfg, $tail, '--prefix '.__DIR__);
H A D020.phpt2 FPM: Test pool prefix
10 $prefix = __DIR__;
22 prefix = $prefix;
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.h56 char *prefix; member
H A Dfpm.c31 .prefix = NULL,
46 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a… in fpm_init() argument
53 fpm_globals.prefix = prefix; in fpm_init()
H A Dfpm.h40 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a…
47 char *prefix; member
H A Dfpm_conf.c643 free(wpc->prefix); in fpm_worker_pool_config_free()
689 char *prefix = NULL; in fpm_evaluate_full_path() local
697 prefix = wp->config->prefix; in fpm_evaluate_full_path()
701 if (prefix == NULL) { in fpm_evaluate_full_path()
702 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
706 if (prefix == NULL) { in fpm_evaluate_full_path()
737 *path = strdup(prefix); in fpm_evaluate_full_path()
759 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
762 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1652 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/PHP-5.6/sapi/embed/
H A Dconfig.m415 …IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_…
19 …IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0644 $SAPI_STATIC \$(INSTALL_…
/PHP-5.6/sapi/caudium/
H A Dconfig.m413 if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
15 if test "$prefix" = "NONE"; then
18 PHP_CAUDIUM=$prefix/caudium/server/
44 if test "$prefix" != "NONE"; then
45 PIKE_C_INCLUDE=$prefix/include/`basename $PIKE`
/PHP-5.6/
H A Drun-tests.php1295 foreach (array( 'FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX' ) as $prefix) {
1296 $key = $prefix . '_EXTERNAL';
1303 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
H A Dphp.ini-development1624 ; A prefix used for the upload progress key in $_SESSION
1628 ; http://php.net/session.upload-progress.prefix
1629 ;session.upload_progress.prefix = "upload_progress_"
1631 ; The index name (concatenated with the prefix) in $_SESSION
1966 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production1624 ; A prefix used for the upload progress key in $_SESSION
1628 ; http://php.net/session.upload-progress.prefix
1629 ;session.upload_progress.prefix = "upload_progress_"
1631 ; The index name (concatenated with the prefix) in $_SESSION
1966 ; to a new line. The filename may be a full path or just a file prefix

Completed in 94 milliseconds

12345678