Changeset 1050 for trunk/xcache.c
- Timestamp:
- 07/26/2012 05:46:37 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r1047 r1050 95 95 /* }}} */ 96 96 /* {{{ PHP_GINIT_FUNCTION(xcache) */ 97 static 97 #pragma GCC push_options 98 #pragma GCC diagnostic ignored "-Wshadow" 99 98 100 #ifdef PHP_GINIT_FUNCTION 99 PHP_GINIT_FUNCTION(xcache)101 static PHP_GINIT_FUNCTION(xcache) 100 102 #else 101 void xc_init_globals(zend_xcache_globals* xcache_globals TSRMLS_DC) 102 #endif 103 { 103 static void xc_init_globals(zend_xcache_globals* xcache_globals TSRMLS_DC) 104 #endif 105 { 106 #pragma GCC pop_options 107 104 108 memset(xcache_globals, 0, sizeof(zend_xcache_globals)); 105 109

