Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 678) sorted by last modified time

12345678910>>...28

/PHP-5.5/win32/
H A Dphp_registry.h5 void UpdateIniFromRegistry(char *path TSRMLS_DC);
H A Dregistry.c141 memcpy(new_path, path, path_len); in LoadDirectory()
178 if(!path) { in UpdateIniFromRegistry()
209 orig_path = path = estrdup(path); in UpdateIniFromRegistry()
212 p = strchr(path, ':'); in UpdateIniFromRegistry()
217 if (path[0] != '\\' && path[0] != '/') { in UpdateIniFromRegistry()
239 orig_path = path; in UpdateIniFromRegistry()
244 while (path[path_len] != 0) { in UpdateIniFromRegistry()
245 if (path[path_len] == '\\') { in UpdateIniFromRegistry()
246 path[path_len] = '/'; in UpdateIniFromRegistry()
250 zend_str_tolower(path, path_len); in UpdateIniFromRegistry()
[all …]
H A Dwinutil.c37 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space() argument
41 if (path) { in php_win32_check_trailing_space()
42 if (path[0] == ' ' || path[path_len - 1] == ' ') { in php_win32_check_trailing_space()
H A Dwinutil.h22 int php_win32_check_trailing_space(const char * path, const int path_len);
H A Dglob.c715 globextend(path, pglob, limitp) in globextend() argument
716 const Char *path; in globextend()
745 for (p = path; *p++;)
747 len = (size_t)(p - path);
750 if (g_Ctoc(path, copy, len)) {
H A Dinstall.txt512 Note: Remember that when adding path values in the Apache
564 substitute the c:/php/ for your actual path to PHP.
638 Note: Remember that when adding path values in the Apache
678 # configure the path to php.ini
754 ini="c:/path/to/php.ini"]
1274 --with-config-file-path compile time option
1491 --with-config-file-path=/etc
1518 * > run -X -f /path/to/httpd.conf
1520 * > run -X -f /path/to/httpd.conf
1585 path.
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js163 function condense_path(path) argument
165 path = FSO.GetAbsolutePathName(path);
169 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
174 var b = path.split("\\");
182 path = "";
184 path += "..\\";
187 path += b[j];
189 path += "\\";
191 return path;
197 return path;
[all …]
H A Dprojectgen.js24 sources = (path ? sources.replace(/\.\//g, path) : sources);
29 headers = (path ? headers.replace(/\.\//g, path) : headers);
445 var path = "";
495 if (path.length > 0 && path != ext_dir) {
511 path = "";
516 sources = sources.replace(/\s/g, (path ? " ./" + path + "\\" : " ./"));
557 path = "..\\";
566 path = "..\\";
568 path += "..\\";
572 path = "..\\";
[all …]
H A Dconfig.w3241 // cygwin now ships with link.exe. Avoid searching the cygwin path
46 // we don't want to define LIB, as that will override the default library path
296 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
297 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
318 var path, i, f;
321 path = PHP_EXTRA_INCLUDES.split(';');
322 for (i = 0; i < path.length; i++) {
323 f = FSO.GetAbsolutePathName(path[i]);
330 path = PHP_EXTRA_LIBS.split(';');
331 for (i = 0; i < path.length; i++) {
[all …]
H A Dconfig.w32.phpize.in40 // cygwin now ships with link.exe. Avoid searching the cygwin path
45 // we don't want to define LIB, as that will override the default library path
275 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
276 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
297 var path, i, f;
300 path = PHP_EXTRA_INCLUDES.split(';');
301 for (i = 0; i < path.length; i++) {
302 f = FSO.GetAbsolutePathName(path[i]);
309 path = PHP_EXTRA_LIBS.split(';');
310 for (i = 0; i < path.length; i++) {
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_opendir.phpt30 Warning: opendir(): open_basedir restriction in effect. File(../bad) is not within the allowed path
35 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
40 Warning: opendir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
45 Warning: opendir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
50 Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
55 …n_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on li…
60 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
65 …ion in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_parse_ini_file.phpt40 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
45 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
50 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
55 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
60 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
65 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
70 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
H A Dopen_basedir_readlink.phpt52 …asedir restriction in effect. File(symlink.txt) is not within the allowed path(s): (.) in %s on li…
55 … restriction in effect. File(../ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(../ok/./symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …edir restriction in effect. File(./symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_realpath.phpt29 …asedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.) in %s on li…
32 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
35 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
38 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
41 Warning: realpath(): open_basedir restriction in effect. File(%s\) is not within the allowed path(s…
44 …asedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.) in %s on li…
47 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
50 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
53 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_rename.phpt32 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
35 …r restriction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
38 …triction in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
41 …restriction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_rmdir.phpt32 Warning: rmdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: rmdir(): open_basedir restriction in effect. File(.././bad) is not within the allowed path
38 …edir restriction in effect. File(../bad/../bad) is not within the allowed path(s): (.) in %s on li…
41 …basedir restriction in effect. File(./.././bad) is not within the allowed path(s): (.) in %s on li…
44 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_scandir.phpt30 Warning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path
37 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
51 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
58 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
65 …n_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on li…
72 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
79 …ion in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_stat.phpt23 Warning: stat(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s)…
26 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
29 Warning: stat(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.…
32 Warning: stat(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (…
35 Warning: stat(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.)…
38 Warning: stat(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(…
41 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 …ion in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
47 Warning: stat(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s)…
H A Dopen_basedir_symlink.phpt55 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
73 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
76 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
79 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_tempnam.phpt48 Warning: tempnam(): open_basedir restriction in effect. File(../bad) is not within the allowed path
51 Warning: tempnam(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
54 Warning: tempnam(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
57 Warning: tempnam(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 …n_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on li…
63 Warning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path
66 Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (…
H A Dopen_basedir_touch.phpt41 Warning: touch(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
44 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
47 Warning: touch(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
50 Warning: touch(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
53 Warning: touch(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
56 Warning: touch(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path
59 …r restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on li…
62 Warning: touch(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_unlink.phpt32 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
35 …r restriction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
38 …triction in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
41 …restriction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir.inc42 $path = ($directory.'/'.$item);
43 if (is_dir($path) == TRUE) {
44 recursive_delete_directory($path);
46 @chmod($path, 0777);
47 unlink($path);
H A Dopen_basedir_chdir.phpt32 Warning: chdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: chdir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
38 Warning: chdir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
41 Warning: chdir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
44 Warning: chdir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path
47 Warning: chdir(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_chmod.phpt43 Warning: chmod(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
46 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
49 Warning: chmod(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
52 Warning: chmod(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
55 Warning: chmod(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
58 Warning: chmod(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path
61 …r restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on li…
64 Warning: chmod(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…

Completed in 59 milliseconds

12345678910>>...28