Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 79) sorted by path

1234

/PHP-5.5/
H A DNEWS5252 - Fixed memory leak in the realpath cache on Windows. (Pierre)
5444 - Improved symbolic, mounted volume and junctions support for realpath on
6053 directories in realpath-cache. (Dmitry)
7010 - Fixed bug #43248 (backward compatibility break in realpath()). (Dmitry)
7780 - VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR.
7861 - Fixed bug #40092 (chroot() doesn't clear realpath cache). (Dmitry)
8008 - Fixed bug #39367 (clearstatcache() doesn't clear realpath cache).
8186 - Changed realpath cache to be disabled when "open_basedir" or "safe_mode"
8792 - Fixed bug #36334 (Added missing documentation about realpath cache INI
8838 - Fixed bug #36016 (realpath cache memleaks). (Dmitry, Nuno)
[all …]
H A Dacinclude.m41687 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a
H A Dconfigure.in649 realpath \
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c65 #define realpath(x,y) strcpy(y,x) macro
626 if(r->path == r->realpath) { in realpath_cache_del()
641 static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int rea… in realpath_cache_add() argument
647 memcmp(path, realpath, path_len) != 0) { in realpath_cache_add()
669 bucket->realpath = bucket->path; in realpath_cache_add()
671 bucket->realpath = bucket->path + (path_len + 1); in realpath_cache_add()
672 memcpy(bucket->realpath, realpath, realpath_len+1); in realpath_cache_add()
708 if(r->path == r->realpath) { in realpath_cache_find()
843 memcpy(path, bucket->realpath, bucket->realpath_len + 1); in tsrm_realpath_r()
H A Dtsrm_virtual_cwd.h215 char *realpath; member
H A Dtsrm_win32.c716 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() function
H A Dtsrm_win32.h109 TSRM_API char *realpath(char *orig_path, char *buffer);
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1042 $definition_file = realpath($def);
1050 $skeleton_file = realpath($skel);
1221 $executor_file = realpath(__DIR__ . "/zend_vm_execute.h");
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc74 /* quick&dirty realpath() like function */
/PHP-5.5/ext/gd/tests/
H A Dbug22544.phpt11 $dest = dirname(realpath(__FILE__)) . '/bug22544.png';
H A Dbug24155.phpt12 $dest = dirname(realpath(__FILE__)) . '/bug24155.png';
H A Dbug27582_1.phpt10 $dest = dirname(realpath(__FILE__)) . '/bug27582.png';
H A Dimagecopyresampled_basic.phpt19 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
20 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
62 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
63 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
H A Dimagedashedline_basic.phpt21 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
53 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
H A Dimagefilledpolygon_basic.phpt19 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
67 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
H A Dimagepolygon_basic.phpt20 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
55 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
/PHP-5.5/ext/gettext/tests/
H A Dbug66267.phpt32 $path = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . "66265");
/PHP-5.5/ext/mysql/tests/
H A Dconnect.inc6 return realpath( $_ENV['TMP'] );
8 return realpath( $_ENV['TMPDIR'] );
10 return realpath( $_ENV['TEMP'] );
14 $temp_dir = realpath(dirname($temp_file));
H A Dmysql_query_load_data_openbasedir.phpt84 mysql_real_escape_string(realpath('./simple.csv'), $link));
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc64 return realpath( $_ENV['TMP'] );
66 return realpath( $_ENV['TMPDIR'] );
68 return realpath( $_ENV['TEMP'] );
72 $temp_dir = realpath(dirname($temp_file));
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1053 char *realpath; in zend_accel_invalidate() local
1061 realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC); in zend_accel_invalidate()
1063 realpath = accelerator_orig_zend_resolve_path(filename, filename_len TSRMLS_CC); in zend_accel_invalidate()
1066 if (!realpath) { in zend_accel_invalidate()
1070 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath, strlen(realpath) + 1); in zend_accel_invalidate()
1075 file_handle.filename = realpath; in zend_accel_invalidate()
1076 file_handle.opened_path = realpath; in zend_accel_invalidate()
1099 efree(realpath); in zend_accel_invalidate()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dconfig.inc37 return realpath( $_ENV['TMP'] );
39 return realpath( $_ENV['TMPDIR'] );
41 return realpath( $_ENV['TEMP'] );
45 $temp_dir = realpath(dirname($temp_file));
H A Dmysql_pdo_test.inc125 return realpath( $_ENV['TMP'] );
127 return realpath( $_ENV['TMPDIR'] );
129 return realpath( $_ENV['TEMP'] );
133 $temp_dir = realpath(dirname($temp_file));
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt49 $path = realpath(dirname(__FILE__)) . '\pdo_odbc.mdb';
/PHP-5.5/ext/phar/
H A Dphar.c1737 char *realpath; local
1742 phar_unixify_path_separators(realpath, strlen(realpath));
1744 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1745 efree(realpath);
1750 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1751 efree(realpath);
1755 efree(realpath);
1792 phar_unixify_path_separators(realpath, strlen(realpath));
1801 efree(realpath);
1807 efree(realpath);
[all …]

Completed in 168 milliseconds

1234