Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-7.4/
H A DNEWS101 . Fixed bug #79971 (special character is breaking the path in xml function).
1566 . Changed the default config path (Windows only). (cmb)
2265 . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
2286 . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
2633 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
2786 . Fixed bug #69948 (path/domain are not sanitized in setcookie). (cmb)
H A Dconfigure.ac789 case `$php_shtool path $CC` in
872 PHP_ARG_WITH([config-file-path],
873 [path to configuration file],
874 [AS_HELP_STRING([--with-config-file-path=PATH],
875 [Set the path in which to look for php.ini [PREFIX/lib]])],
893 [Set the path where to scan for configuration files])],
927 AC_MSG_ERROR([Cannot locate libgcc. Make sure that gcc is in your path])
1235 dnl Build extension directory path.
/PHP-7.4/ext/gd/
H A Dgd.c2740 zend_string *path; in _php_image_output() local
2742 tmp = php_open_temporary_file(NULL, NULL, &path); in _php_image_output()
2778 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
2779 zend_string_release_ex(path, 0); in _php_image_output()
/PHP-7.4/ext/phar/
H A Dphar.c2094 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
2099 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
2104 ptr = path; in phar_fix_filepath()
2117 switch (path_length - (tok - path)) { in phar_fix_filepath()
2120 efree(path); in phar_fix_filepath()
2128 efree(path); in phar_fix_filepath()
2135 return path; in phar_fix_filepath()
2164 if (ptr == path + path_length) { in phar_fix_filepath()
2175 ptr_length = path_length - (tok - path); in phar_fix_filepath()
2176 ptr = path + path_length; in phar_fix_filepath()
[all …]
H A Dphar_object.c433 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
442 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
463 if (path_len > 7 && !memcmp(path, "phar://", 7)) { in PHP_METHOD()
464 …Can only mount internal paths within a phar archive, use a relative path instead of \"%s\"", path); in PHP_METHOD()
485 if (SUCCESS != phar_mount_entry(pphar, actual, actual_len, path, path_len)) { in PHP_METHOD()
486 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
487 if (path && path == entry) { in PHP_METHOD()
498 if (entry && path && path == entry) { in PHP_METHOD()
515 …} else if (SUCCESS == phar_split_fname(path, path_len, &arch, &arch_len, &entry, &entry_len, 2, 0)… in PHP_METHOD()
516 path = entry; in PHP_METHOD()
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c628 …((flags & FILTER_FLAG_PATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED… in php_filter_validate_url()
/PHP-7.4/azure/macos/
H A Djob.yml69 --with-config-file-path=/etc \
/PHP-7.4/main/streams/
H A Dstreams.c164 tmp = estrdup(path); in php_stream_display_wrapper_errors()
1826 *path_for_open = (char*)path;
1838 protocol = path;
1875 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/' && path[n+4] != ':') {
1877 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/') {
2036 if (!path || !*path) {
2040 path_to_open = path;
2092 if (!path || !*path) {
2098 resolved_path = zend_resolve_path(path, strlen(path));
2110 path_to_open = path;
[all …]
H A Dcast.c347 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file() argument
352 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
/PHP-7.4/azure/i386/
H A Djob.yml66 --with-config-file-path=/etc \
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt2 Bug #79971 (special character is breaking the path in xml function)
11 $path = '/' . str_replace('\\', '/', __DIR__);
13 $path = __DIR__;
15 $uri = "file://$path/bug79971_2.xml";
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt2 Bug #79971 (special character is breaking the path in xml function)
10 $path = '/' . str_replace('\\', '/', __DIR__);
12 $path = __DIR__;
14 $uri = "file://$path/bug79971_1.xml";
/PHP-7.4/ext/dba/
H A Ddba_tcadb.c46 spprintf(&path_string, 0, "%s#mode=r", info->path); in DBA_OPEN_FUNC()
49 spprintf(&path_string, 0, "%s#mode=w", info->path); in DBA_OPEN_FUNC()
52 spprintf(&path_string, 0, "%s#mode=wc", info->path); in DBA_OPEN_FUNC()
55 spprintf(&path_string, 0, "%s#mode=wct", info->path); in DBA_OPEN_FUNC()
/PHP-7.4/main/
H A Dmain.c436 char *envpath, *path; in php_binary_init() local
444 path = estrdup(envpath); in php_binary_init()
445 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
455 efree(path); in php_binary_init()
/PHP-7.4/build/
H A Dconfig.guess1406 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
H A Dpkg.m454 dnl first found in the path. Checks that the version of pkg-config found
62 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
63 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
64 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
180 path to pkg-config.
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1017 // Socket max path length is 108 on Linux and 104 on BSD,
/PHP-7.4/ext/zip/
H A Dphp_zip.c98 char *path_begin = path; in php_zip_make_relative_path()
101 if (path_len < 1 || path == NULL) { in php_zip_make_relative_path()
106 return path + COPY_WHEN_ABSOLUTE(path) + 1; in php_zip_make_relative_path()
112 while (i > 0 && !IS_SLASH(path[i])) { in php_zip_make_relative_path()
117 return path; in php_zip_make_relative_path()
120 if (i >= 2 && path[i -1] == '.') { in php_zip_make_relative_path()
122 path_begin = path + i + 1; in php_zip_make_relative_path()
635 if (IS_SLASH(*path)) { in php_zip_pcre()
640 path = work_path; in php_zip_pcre()
1666 char *path = "."; local
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2184 - "path too long: `%s'", buf);
2189 - "x-path-too-long") == -1)
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt32 Warning: finfo_file(): Invalid path in %s%efinfo_file_basic.php on line %d
/PHP-7.4/ext/phar/tests/
H A Dbug81211.phpt44 Iterator RecursiveIteratorIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the …
45 Iterator RecursiveDirectoryIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the…
/PHP-7.4/tests/security/
H A Dopen_basedir_disk_free_space.phpt28 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
31 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
34 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
37 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
40 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
43 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
46 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
49 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
/PHP-7.4/ext/standard/
H A Dfilestat.c114 PHP_WIN32_IOUTIL_INIT_W(path) in php_disk_total_space()
136 char drive = path[0] & 95;
156 if (statvfs(path, &buf)) {
167 if (statfs(path, &buf)) {
186 char *path, fullpath[MAXPATHLEN]; in PHP_FUNCTION() local
190 Z_PARAM_PATH(path, path_len) in PHP_FUNCTION()
214 PHP_WIN32_IOUTIL_INIT_W(path) in php_disk_free_space()
236 char drive = path[0] & 95;
256 if (statvfs(path, &buf)) {
266 if (statfs(path, &buf)) {
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1123 char *accel_make_persistent_key(const char *path, size_t path_length, int *key_len) in accel_make_persistent_key() argument
1128 if (IS_ABSOLUTE_PATH(path, path_length)) { in accel_make_persistent_key()
1131 } else if (UNEXPECTED(is_stream_path(path))) { in accel_make_persistent_key()
1132 if (!is_cacheable_stream_path(path)) { in accel_make_persistent_key()
1154 … "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", path, errno); in accel_make_persistent_key()
1246 memcpy(ZCG(key), path, path_length); in accel_make_persistent_key()
1284 return (char*)path; in accel_make_persistent_key()
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c594 MARK(path); in php_http_parser_execute()
650 MARK(path); in php_http_parser_execute()
672 MARK(path); in php_http_parser_execute()
696 CALLBACK(path); in php_http_parser_execute()
701 CALLBACK(path); in php_http_parser_execute()
708 CALLBACK(path); in php_http_parser_execute()
714 CALLBACK(path); in php_http_parser_execute()
718 CALLBACK(path); in php_http_parser_execute()
1508 CALLBACK_NOCLEAR(path); in php_http_parser_execute()

Completed in 118 milliseconds

12345678910>>...33