Changeset 1125 in svn for trunk/mod_cacher/xc_cacher.c
- Timestamp:
- 2012-08-05T03:32:16Z (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cacher.c
r1118 r1125 3297 3297 } 3298 3298 3299 /* additional_functions requires PHP 5.3. TODO: find simpler way to do it */3300 #ifdef ZEND_ENGINE_2_33301 if (strcmp(sapi_module.name, "cgi-fcgi") == 0 && !sapi_module.additional_functions && !getenv("XCACHE_SKIP_FCGI_WARNING") && !getenv("GATEWAY_INTERFACE")) {3302 if ((getenv("PHP_FCGI_CHILDREN") == NULL) || (atoi(getenv("PHP_FCGI_CHILDREN")) < 1)) {3303 zend_error(E_WARNING, "PHP_FCGI_CHILDREN should be >= 1 and use 1 group of parent/childs model. Set XCACHE_SKIP_FCGI_WARNING=1 to skip this warning. See " XCACHE_WIKI_URL "/Faq");3304 }3305 }3306 #endif3307 3308 3299 xc_config_long(&xc_php_size, "xcache.size", "0"); 3309 3300 xc_config_hash(&xc_php_hcache, "xcache.count", "1");
Note: See TracChangeset
for help on using the changeset viewer.