Changeset 876
- Timestamp:
- 04/01/2012 04:45:28 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r874 r876 971 971 } 972 972 /* }}} */ 973 #ifndef ZEND_ENGINE_2_3 973 974 static XC_INCLUDE_PATH_XSTAT_FUNC(xc_stat_file) /* {{{ */ 974 975 { … … 983 984 } 984 985 /* }}} */ 986 #endif 985 987 typedef struct xc_entry_find_include_path_data_t { /* {{{ */ 986 988 xc_compiler_t *compiler; … … 1889 1891 xc_sandbox_t sandbox; 1890 1892 xc_cache_t *cache = xc_php_caches[compiler->entry_hash.cacheid]; 1891 struct stat statbuf;1892 1893 1893 1894 /* stale clogs precheck */ … … 2086 2087 #ifdef ZEND_ENGINE_2_3 2087 2088 /* supported by php_resolve_path */ 2088 || !XG(stat) && strstr(PG(include_path), "://") != NULL2089 || (!XG(stat) && strstr(PG(include_path), "://") != NULL) 2089 2090 #else 2090 2091 || strstr(PG(include_path), "://") != NULL

