mirror of
https://github.com/php/php-src.git
synced 2025-01-12 14:04:45 +08:00
I swear it wasn't me.
This commit is contained in:
parent
a86232d9bb
commit
5735927d86
@ -92,6 +92,8 @@
|
||||
|
||||
#define DOUBLE_DRIFT_FIX 0.000000000000001
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(array)
|
||||
|
||||
/* {{{ php_array_init_globals
|
||||
*/
|
||||
static void php_array_init_globals(zend_array_globals *array_globals)
|
||||
|
@ -108,8 +108,6 @@ ZEND_BEGIN_MODULE_GLOBALS(array)
|
||||
int (*compare_func)(zval *result, zval *op1, zval *op2 TSRMLS_DC);
|
||||
ZEND_END_MODULE_GLOBALS(array)
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(array)
|
||||
|
||||
#ifdef ZTS
|
||||
#define ARRAYG(v) TSRMG(array_globals_id, zend_array_globals *, v)
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user