mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
fix wrong dereferenciation
This commit is contained in:
parent
1fec8e3d13
commit
58d3451c75
@ -42,7 +42,7 @@ ZEND_API extern unsigned char third_arg_force_ref[];
|
||||
#endif
|
||||
|
||||
#define STANDARD_MODULE_HEADER sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_ZTS, NULL
|
||||
#define ZE2_STANDARD_MODULE_HEADER sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_ZTS, &ini_entries
|
||||
#define ZE2_STANDARD_MODULE_HEADER sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_ZTS, ini_entries
|
||||
|
||||
#define STANDARD_MODULE_PROPERTIES_EX 0, 0, 0, NULL, 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user