Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 164) sorted by last modified time

1234567

/PHP-5.5/win32/build/
H A Dprojectgen.js2 function check_duplicates(local, core) argument
4 if (!local) {
8 arr = local.split(" ");
/PHP-5.5/win32/
H A Dinstall.txt1302 include_path = ".:/usr/local/lib/php"
1357 php_value include_path ".:/usr/local/lib/php"
1434 apachectl: /usr/local/apache/bin/httpd Undefined symbols:
1487 By default on Unix it should be in /usr/local/lib which is
1494 /etc/php.ini and edit it to make any local changes you want.
1564 the standard /usr/local/ directory for files. You need to tell the RPM
1645 apachectl: /usr/local/apache/bin/httpd Undefined symbols:
/PHP-5.5/tests/security/
H A Dopen_basedir_001.phpt8 if (!is_dir("/usr/local/bin")) {
9 die('skip.. no /usr/local/bin on this machine');
12 open_basedir=/usr/local
15 var_dump(ini_set("open_basedir", "/usr/local/bin"));
21 string(10) "/usr/local"
22 string(14) "/usr/local/bin"
24 string(14) "/usr/local/bin"
/PHP-5.5/tests/lang/
H A Dbug20175.phpt40 * after the function call bar_global() is done in current local scope.
H A Dengine_assignExecutionOrder_001.phpt17 echo "\n\nOrder with local assignment:\n";
77 Order with local assignment:
/PHP-5.5/scripts/
H A Dphpize.m4158 test "$prefix" = "NONE" && prefix="/usr/local"
/PHP-5.5/sapi/roxen/
H A DTODO13 /Usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
22 callback!/usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
H A Dconfig.m47 directory, normally /usr/local/roxen/server], no, no)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch221 /* Allow reuse of local addresses. */
/PHP-5.5/sapi/tux/
H A DREADME24 environment, so that e.g. /usr/local/lib/php.ini is treated
/PHP-5.5/sapi/isapi/
H A Dconfig.m410 ZEUSPATH=/usr/local/zeus # the default
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in29 ; in a local file.
504 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
/PHP-5.5/sapi/caudium/
H A Dconfig.m48 DIR is the Caudium server dir [/usr/local/caudium/server]], no, no)
13 if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
16 PHP_CAUDIUM=/usr/local/caudium/server/
47 PIKE_C_INCLUDE=/usr/local/include/`basename $PIKE`
/PHP-5.5/sapi/apache_hooks/
H A DREADME145 So, a uri handler to redirect all non-local traffic to /404.php (an
H A Dconfig.m4129 build directory [/usr/local/apache]], no, no)
137 PHP_APACHE_HOOKS_STATIC=/usr/local/apache
/PHP-5.5/sapi/apache/
H A Dconfig.m4127 build directory [/usr/local/apache]], no, no)
135 PHP_APACHE=/usr/local/apache
/PHP-5.5/
H A Dphp.ini-development544 ; and change docref_root to the base URL of your local copy including the
974 ; Default socket name for local MySQL connects. If empty, uses the built-in
1096 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1123 ; Default socket name for local MySQL connects. If empty, uses the built-in
1159 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1182 ; Default socket name for local MySQL connects. If empty, uses the built-in
1786 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1823 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1827 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
H A Dphp.ini-production544 ; and change docref_root to the base URL of your local copy including the
974 ; Default socket name for local MySQL connects. If empty, uses the built-in
1096 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1123 ; Default socket name for local MySQL connects. If empty, uses the built-in
1159 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1182 ; Default socket name for local MySQL connects. If empty, uses the built-in
1786 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1823 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1827 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
/PHP-5.5/ext/zlib/
H A Dconfig0.m424 for i in /usr/local /usr $PHP_ZLIB_DIR; do
/PHP-5.5/ext/zip/
H A Dconfig.m429 for i in /usr/local /usr; do
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c221 unsigned char **bufp, zip_uint32_t *leftp, int local, in _zip_dirent_read() argument
229 if (local) in _zip_dirent_read()
252 if (memcmp(cur, (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { in _zip_dirent_read()
261 if (!local) in _zip_dirent_read()
281 if (local) { in _zip_dirent_read()
/PHP-5.5/ext/xsl/
H A Dconfig.m419 for i in $PHP_XSL /usr/local /usr; do
42 for i in $PHP_XSL /usr/local /usr; do
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m449 for i in $PHP_LIBEXPAT_DIR $XMLRPC_DIR /usr/local /usr; do
104 for i in /usr/local /usr; do
/PHP-5.5/ext/xml/
H A Dconfig.m439 for i in $PHP_XML $PHP_LIBEXPAT_DIR /usr /usr/local; do
/PHP-5.5/ext/wddx/
H A Dconfig.m440 for i in $PHP_XML $PHP_LIBEXPAT_DIR /usr /usr/local; do

Completed in 43 milliseconds

1234567