Changeset 557
- Timestamp:
- 2008-05-05T16:00:13+02:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r556 r557 20 20 #include "ext/standard/php_math.h" 21 21 #include "ext/standard/php_string.h" 22 #include "zend_extensions.h" 23 #include "SAPI.h" 24 25 #include "xcache.h" 22 26 #ifdef ZEND_ENGINE_2_1 23 27 #include "ext/date/php_date.h" 24 28 #endif 25 #include "zend_extensions.h"26 #include "SAPI.h"27 28 #include "xcache.h"29 29 #include "optimizer.h" 30 30 #include "coverager.h" … … 3090 3090 xc_initized = 1; 3091 3091 xc_init_time = time(NULL); 3092 #ifdef PHP_WIN32 3093 xc_init_instance_id = GetCurrentProcessId(); 3094 #else 3092 3095 xc_init_instance_id = getpid(); 3096 #endif 3093 3097 #ifdef ZTS 3094 3098 xc_init_instance_subid = tsrm_thread_id();
Note: See TracChangeset
for help on using the changeset viewer.

