Changeset 186c10e in git
- Timestamp:
- 2012-07-26T03:46:37Z (7 years ago)
- Branches:
- 3.0, 3.1, 3.2, master, trunk
- Children:
- ef9f0d6
- Parents:
- ec84974
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xcache.c
r60acade r186c10e 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
Note: See TracChangeset
for help on using the changeset viewer.