Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 523) sorted by last modified time

12345678910>>...21

/PHP-5.5/win32/build/
H A Dmkdist.php389 function copy_test_dir($directory, $dest) argument
391 if(substr($directory,-1) == '/') {
392 $directory = substr($directory,0,-1);
395 if ($directory == 'tests' || $directory == 'examples') {
399 copy_dir($directory, $dest . '/tests/');
404 if(!file_exists($directory) || !is_dir($directory)) {
405 echo "failed... $directory\n";
409 $directory_list = opendir($directory);
412 $full_path = $directory . '/' . $file;
H A Dconfig.w3293 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
H A Dconfig.w32.phpize.in92 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
/PHP-5.5/win32/
H A Dinstall.txt144 keep all PHP related files in one directory and have this directory
230 in a separate directory.
271 server's directory, or add your PHP directory, C:\php to the PATH. For
400 session tmp directory.
559 # specify the directory where php.ini is
1149 a directory named extname:
1182 This will result in the following directory:
1270 * Current working directory (except CLI)
1271 * The web server's directory (for SAPI modules), or directory of PHP
1456 14. How do I add my PHP directory to the PATH on Windows?
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_parse_ini_file.phpt15 $directory = dirname(__FILE__);
H A Dopen_basedir.inc5 // SAPIs set the working directory differently. So simply creating a directory
23 $directory = substr($directory, 0, -1);
36 $handle = opendir($directory);
54 @chmod($directory, 0777);
55 rmdir($directory);
62 $directory = getcwd();
84 $directory = $savedDirectory;
92 $directory = getcwd();
93 $savedDirectory = $directory;
94 var_dump(chdir($directory));
[all …]
H A Dopen_basedir_copy_variation1.phpt31 Warning: unlink(copy.txt): No such file or directory in %s on line %d
/PHP-5.5/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dbug43958.phpt14 …-does-not-exist-on-purpose.php): failed to open stream: No such file or directory in %sbug43958.ph…
/PHP-5.5/tests/basic/
H A Dreq60524-win.phpt2 Req #60524 (Specify temporary directory)
H A Dreq60524.phpt2 Req #60524 (Specify temporary directory)
/PHP-5.5/scripts/
H A Dphpize.m431 PHP_ARG_WITH(libdir, for system library directory,
60 AC_MSG_CHECKING([for PHP extension directory])
/PHP-5.5/sapi/phttpd/
H A Dconfig.m410 AC_MSG_ERROR([You did not specify a directory])
/PHP-5.5/sapi/pi3web/
H A DREADME11 PHP CVS tree into the Pi3Web source directory called 'PHP5' first. Then
22 into the PHP5 root directory
48 Run make in the Pi3Web /Source/PHP5 directory.
/PHP-5.5/sapi/roxen/
H A Dconfig.m47 directory, normally /usr/local/roxen/server], no, no)
16 AC_MSG_ERROR([You did not specify a directory])
43 Pike module directory: $PIKE_MODULE_DIR"
/PHP-5.5/sapi/thttpd/
H A DREADME35 "**.php" means: match any file ending in .php in any directory.
H A Dconfig.m412 AC_MSG_RESULT(thttpd directory does not exist ($PHP_THTTPD))
H A Dthttpd_patch411 /* Figure out the host directory. */
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt44 supply the path to the parent of the "tests" directory (expect a couple
/PHP-5.5/sapi/litespeed/
H A DREADME41 directory after the compilation succeeds. Copy it to
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt59 This is only needed if you want to configure a directory that only consists of
60 PHP scripts (same like a cgi-bin directory):
67 After that you can configure a directory in the Administration server and assign it
92 To use PHP Authentication on a single directory, add the following:
99 Special use for error pages or self-made directory listings
114 Another posibility is to generate self-made directory listings.
115 Just generate a PHP script which displays a directory listing and
117 type="magnus-internal/directory" in obj.conf with the following:
119 …Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/script.php" [inikey=va…
121 For both error and directory listing pages the original URI and
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in460 ; Chroot to this directory at the start. This value must be defined as an
471 ; Chdir to this directory at the start.
473 ; Default Value: current directory or / when chroot
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_003.phpt2 Bug #55726 (Changing the working directory makes router script inaccessible)
/PHP-5.5/sapi/cli/
H A DREADME11 * It does not change the working directory to that of the script.
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI74 Now, we'll create a fcgi-bin directory, just like you would do with normal
75 CGI scripts. You'll need to create a directory somewhere to store your

Completed in 40 milliseconds

12345678910>>...21