Changeset 974 for trunk/xcache.c
- Timestamp:
- 07/14/2012 05:53:25 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r972 r974 3852 3852 REGISTER_INI_ENTRIES(); 3853 3853 3854 if (strcmp(sapi_module.name, "cgi-fcgi") == 0) { 3855 if ((getenv("PHP_FCGI_CHILDREN") == NULL) || (atoi(getenv("PHP_FCGI_CHILDREN")) < 1)) { 3856 zend_error(E_ERROR, "PHP_FCGI_CHILDREN should be >= 1 and use 1 group of parent/childs model. See " XCACHE_WIKI_URL "/Faq"); 3857 } 3858 } 3859 3854 3860 xc_config_long(&xc_php_size, "xcache.size", "0"); 3855 3861 xc_config_hash(&xc_php_hcache, "xcache.count", "1");

