Changeset 105
- Timestamp:
- 08/27/2006 09:49:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r103 r105 1191 1191 } 1192 1192 1193 #ifdef ZEND_ENGINE_2_1 1194 zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1); 1195 #endif 1193 1196 if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &server) != SUCCESS || Z_TYPE_PP(server) != IS_ARRAY) { 1194 1197 php_error_docref(NULL TSRMLS_CC, E_ERROR, "_SERVER is corrupted");

