mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
#@!$$grml*$%
This commit is contained in:
parent
13c2254e21
commit
2f7f1dd1b8
@ -54,7 +54,7 @@ ZEND_API extern unsigned char third_arg_force_ref[];
|
||||
#define MODULE_PERSISTENT 1
|
||||
#define MODULE_TEMPORARY 2
|
||||
|
||||
struct zend_ini_entry;
|
||||
struct _zend_ini_entry;
|
||||
typedef struct _zend_module_entry zend_module_entry;
|
||||
|
||||
struct _zend_module_entry {
|
||||
@ -62,7 +62,7 @@ struct _zend_module_entry {
|
||||
unsigned int zend_api;
|
||||
unsigned char zend_debug;
|
||||
unsigned char zts;
|
||||
struct zend_ini_entry *ini_entry;
|
||||
struct _zend_ini_entry *ini_entry;
|
||||
char *name;
|
||||
zend_function_entry *functions;
|
||||
int (*module_startup_func)(INIT_FUNC_ARGS);
|
||||
|
Loading…
Reference in New Issue
Block a user