Changeset 1131
- Timestamp:
- 2012-08-09T05:38:46+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r1129 r1131 32 32 #include "ext/standard/info.h" 33 33 #include "ext/standard/php_string.h" 34 #include "SAPI.h" 34 35 /* }}} */ 35 36 … … 691 692 692 693 if (strcmp(sapi_module.name, "cli") == 0) { 694 char *env; 693 695 if ((env = getenv("XCACHE_TEST")) != NULL) { 694 696 xc_test = atoi(env);
Note: See TracChangeset
for help on using the changeset viewer.

