Changeset 974
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r973 r974 1 1 2.1.0 2012-??-?? 2 2 * fixes #972: warning/error when XCache is loaded incorrectly 3 * fixes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode 3 4 4 5 2.0.1 2012-07-14 -
trunk/NEWS
r973 r974 2 2 ======== 3 3 * improvements 4 * adds warning for misconfiguration 4 5 5 6 2.0.1 2012-07-14 -
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");
Note: See TracChangeset
for help on using the changeset viewer.

