Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 32) sorted by relevance

12

/PHP-5.3/win32/build/
H A Dregistersyslog.php9 $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 DMakefile129 SET PATH=$(PATH);$(PHP_BUILD)\bin
H A Dconfig.w32.phpize.in37 PATH_PROG('link', WshShell.Environment("Process").Item("PATH"));
75 PATH_PROG('mc', WshShell.Environment("Process").Item("PATH"));
79 PATH_PROG('mt', WshShell.Environment("Process").Item("PATH"));
H A Dconfig.w3238 PATH_PROG('link', WshShell.Environment("Process").Item("PATH"));
76 PATH_PROG('mc', WshShell.Environment("Process").Item("PATH"));
80 PATH_PROG('mt', WshShell.Environment("Process").Item("PATH"));
/PHP-5.3/ext/ereg/regex/
H A Dmkh3 PATH=/bin:/usr/bin ; export PATH
/PHP-5.3/Zend/tests/
H A Dbug38287.phpt16 // will print "PATH:Array"
17 print "PATH:".$not_there["use_authmodule"]."\n";
/PHP-5.3/win32/
H A Dpws-php5cgi.reg4 ".php"="[PUT PATH HERE]\\php.exe"
H A Dpws-php5isapi.reg4 ".php"="[PUT PATH HERE]\\php5isapi.dll"
H A Dinstall.txt273 available to your systems PATH.
395 * Any directory in your Windows PATH environment variable.
401 to the PATH, because it will be simpler to upgrade PHP in the future.
402 Read more about how to add your PHP directory to PATH in the
526 * Modify the Windows PATH environment variable to include the PHP
530 PATH.
1597 14. How do I add my PHP directory to the PATH on Windows?
1636 --with-config-file-scan-dir=PATH
1854 included within the PATH than it is being read.
1859 14. How do I add my PHP directory to the PATH on Windows?
[all …]
/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data88 [PATH=${basicval}/no/quotes]
90 ;[PATH="${basicval}/path/quoted"]
91 ["PATH=${basicval}/all/quoted"]
H A Dparse_ini_basic.phpt203 ["PATH=FUBAR_VARIABLE/no/quotes"]=>
206 ["PATH=FUBAR_VARIABLE/all/quoted"]=>
/PHP-5.3/ext/intl/tests/
H A Dresourcebundle.build4 // DEFINE YOUR ICU TOOLS PATH HERE
/PHP-5.3/ext/pspell/
H A DREADME34 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.3/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt15 die('skip. junction.exe not found in PATH.');
H A Dbug48746.phpt16 die("mklink.exe not found in PATH");
H A Dbug48746_1.phpt16 die("mklink.exe not found in PATH");
/PHP-5.3/scripts/
H A Dphpize.m440 [ --with-php-config=PATH Path to php-config [php-config]], php-config, no)
51 AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure561 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.3/ext/snmp/
H A Dconfig.m420 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
/PHP-5.3/build/
H A Dlibtool.m416 # Find the correct PATH separator. Usually this is :', but
473 for dir in $PATH /usr/ucb; do
1443 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1508 shlibpath_var=PATH
1700 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1729 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1768 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1824 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
2178 ac_dummy="ifelse([$2], , $PATH, [$2])"
2290 for ac_dir in $PATH; do
[all …]
H A Dshtool265 opt_p="$PATH"
514 paths=`echo $PATH | sed -e 's/:/ /g'`
/PHP-5.3/
H A Dconfig.guess134 PATH=$PATH:/.attbin ; export PATH
H A DINSTALL653 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 Dconfigure.in806 [ --with-config-file-path=PATH
822 [ --with-config-file-scan-dir=PATH
937 --with-EXTENSION=[shared[,PATH]]
H A Dacinclude.m42055 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
2065 AC_CHECK_PROGS(AWK, gawk nawk awk mawk, bork, /usr/xpg4/bin/:$PATH)
2202 AC_PATH_PROG(ICU_CONFIG, icu-config, no, [$PATH:/usr/local/bin])
2251 AC_PATH_PROG(KRB5_CONFIG, krb5-config, no, [$PATH:/usr/kerberos/bin:/usr/local/bin])

Completed in 74 milliseconds

12