Home
last modified time | relevance | path

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

12345678

/PHP-5.5/win32/build/
H A Dconfutils.js1833 var prefix;
1835 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
1845 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
1903 prefix = get_define("PHP_PREFIX");
1904 prefix = prefix.replace(new RegExp("/", "g"), "\\");
1905 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
1906 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
H A Dconfig.w32123 ARG_WITH('prefix', 'where PHP will be installed', '');
H A Dconfig.w32.phpize.in153 ARG_WITH('prefix', 'PHP installation prefix', '');
/PHP-5.5/win32/
H A Dinstall.txt1589 ./configure --prefix=/usr \
/PHP-5.5/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-5.5/travis/
H A Dcompile.sh14 --prefix=$HOME"/php-install" \
/PHP-5.5/scripts/dev/
H A Dphpextdist7 phpize=`php-config --prefix`/bin/phpize
/PHP-5.5/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.5/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
462 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
463 ; of its subdirectories. If the pool prefix is not set, the global prefix
[all …]
H A Dconfig.m4631 php_fpm_prefix=`eval echo $prefix`
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm.c31 .prefix = NULL,
45 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a… in fpm_init() argument
52 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.c632 free(wpc->prefix); in fpm_worker_pool_config_free()
675 char *prefix = NULL; in fpm_evaluate_full_path() local
683 prefix = wp->config->prefix; in fpm_evaluate_full_path()
687 if (prefix == NULL) { in fpm_evaluate_full_path()
688 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
692 if (prefix == NULL) { in fpm_evaluate_full_path()
723 *path = strdup(prefix); in fpm_evaluate_full_path()
745 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
748 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1633 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
H A Dfpm_conf.h56 char *prefix; member
/PHP-5.5/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.5/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.5/
H A Dphp.ini-development1566 ; A prefix used for the upload progress key in $_SESSION
1570 ; http://php.net/session.upload-progress.prefix
1571 ;session.upload_progress.prefix = "upload_progress_"
1573 ; The index name (concatenated with the prefix) in $_SESSION
1896 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production1566 ; A prefix used for the upload progress key in $_SESSION
1570 ; http://php.net/session.upload-progress.prefix
1571 ;session.upload_progress.prefix = "upload_progress_"
1573 ; The index name (concatenated with the prefix) in $_SESSION
1896 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp5.spec.in31 ./configure --prefix=/usr --with-apxs \
45 ./configure --prefix=/usr --with-apxs=$APXS $OPTIONS
H A Dmakedist70 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
H A Dmakerpm64 sh ./configure --prefix=/usr \
83 sh ./configure --prefix=/usr \
H A Dltmain.sh1545 -inst-prefix-dir)

Completed in 62 milliseconds

12345678