Searched refs:PATH (Results 1 – 25 of 29) sorted by relevance
12
/PHP-5.5/win32/build/ |
H A D | registersyslog.php | 9 $PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion(); variable 14 $key = @reg_create_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); 17 $key = reg_open_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); 36 [HKEY_LOCAL_MACHINE\\$PATH]
|
H A D | config.w32 | 43 PATH_PROG('link', WshShell.Environment("Process").Item("PATH")); 81 PATH_PROG('mc', WshShell.Environment("Process").Item("PATH")); 85 PATH_PROG('mt', WshShell.Environment("Process").Item("PATH")); 112 PGOMGR = PATH_PROG('pgomgr', WshShell.Environment("Process").Item("PATH"));
|
H A D | config.w32.phpize.in | 42 PATH_PROG('link', WshShell.Environment("Process").Item("PATH")); 80 PATH_PROG('mc', WshShell.Environment("Process").Item("PATH")); 84 PATH_PROG('mt', WshShell.Environment("Process").Item("PATH"));
|
H A D | Makefile | 146 SET PATH=$(PATH);$(PHP_BUILD)\bin
|
/PHP-5.5/ext/ereg/regex/ |
H A D | mkh | 3 PATH=/bin:/usr/bin ; export PATH
|
/PHP-5.5/Zend/tests/ |
H A D | bug38287.phpt | 16 // will print "PATH:Array" 17 print "PATH:".$not_there["use_authmodule"]."\n";
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 88 [PATH=${basicval}/no/quotes] 90 ;[PATH="${basicval}/path/quoted"] 91 ["PATH=${basicval}/all/quoted"]
|
H A D | parse_ini_basic.phpt | 203 ["PATH=FUBAR_VARIABLE/no/quotes"]=> 206 ["PATH=FUBAR_VARIABLE/all/quoted"]=>
|
/PHP-5.5/ext/intl/tests/ |
H A D | resourcebundle.build | 4 // DEFINE YOUR ICU TOOLS PATH HERE
|
/PHP-5.5/ext/pspell/ |
H A D | README | 34 If that location is different, please specify it in --with-pspell=PATH, where 35 PATH is the path you specified for pspell libraries.
|
/PHP-5.5/ext/standard/tests/file/windows_links/ |
H A D | bug48746_3.phpt | 15 die('skip. junction.exe not found in PATH.');
|
H A D | bug48746.phpt | 16 die("mklink.exe not found in PATH");
|
H A D | bug48746_1.phpt | 16 die("mklink.exe not found in PATH");
|
/PHP-5.5/ext/snmp/ |
H A D | config.m4 | 14 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
|
/PHP-5.5/scripts/ |
H A D | phpize.m4 | 39 [ --with-php-config=PATH Path to php-config [php-config]], php-config, no) 50 AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
|
/PHP-5.5/ext/bcmath/libbcmath/ |
H A D | configure | 561 for ac_dir in $PATH; do 791 ac_dummy="$PATH" 822 ac_dummy="$PATH" 872 ac_dummy="$PATH" 1021 for ac_dir in $PATH; do 1078 ac_dummy="$PATH"
|
/PHP-5.5/build/ |
H A D | libtool.m4 | 16 # Find the correct PATH separator. Usually this is :', but 473 for dir in $PATH /usr/ucb; do 1449 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1514 shlibpath_var=PATH 1702 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1731 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1770 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1826 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 2181 ac_dummy="ifelse([$2], , $PATH, [$2])" 2293 for ac_dir in $PATH; do [all …]
|
H A D | shtool | 265 opt_p="$PATH" 514 paths=`echo $PATH | sed -e 's/:/ /g'`
|
/PHP-5.5/ |
H A D | config.guess | 133 PATH=$PATH:/.attbin ; export PATH
|
H A D | INSTALL | 653 PATH=.:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ccs/bin and make it 654 available to your system export PATH. 1827 13. How do I add my PHP directory to the PATH on Windows? 1864 --with-config-file-scan-dir=PATH 2027 a directory PATH exists, then it's not being read, and you 2029 included within the PATH, it is being read. 2037 How do I add my PHP directory to the PATH on Windows? 2056 + Locate the line with PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;..... 2061 that the PATH changes are applied. 2065 (C:\Windows, C:\WINNT, etc.) is by default in the systems PATH.
|
H A D | configure.in | 892 [ --with-config-file-path=PATH 908 [ --with-config-file-scan-dir=PATH 1006 --with-EXTENSION=[shared[,PATH]]
|
H A D | acinclude.m4 | 2066 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH) 2076 AC_CHECK_PROGS(AWK, gawk nawk awk mawk, bork, /usr/xpg4/bin/:$PATH) 2213 AC_PATH_PROG(ICU_CONFIG, icu-config, no, [$PATH:/usr/local/bin]) 2262 AC_PATH_PROG(KRB5_CONFIG, krb5-config, no, [$PATH:/usr/kerberos/bin:/usr/local/bin])
|
/PHP-5.5/win32/ |
H A D | install.txt | 145 available to your systems PATH. 267 * Any directory in your Windows PATH environment variable. 273 to the PATH, because it will be simpler to upgrade PHP in the future. 274 Read more about how to add your PHP directory to PATH in the 393 * Modify the Windows PATH environment variable to include the PHP 397 PATH. 1456 14. How do I add my PHP directory to the PATH on Windows? 1495 --with-config-file-scan-dir=PATH 1713 included within the PATH than it is being read. 1718 14. How do I add my PHP directory to the PATH on Windows? [all …]
|
/PHP-5.5/sapi/fpm/ |
H A D | php-fpm.conf.in | 504 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
|
/PHP-5.5/ext/phar/phar/ |
H A D | pharcommand.inc | 216 $path = explode(PATH_SEPARATOR, $_ENV['PATH']);
|
Completed in 71 milliseconds
12