diff options
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index ab2ba8ac32..fcbdb68cc9 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -94,9 +94,16 @@ struct _php_core_globals { /* for fsock */ HashTable ht_fsock_keys; HashTable ht_fsock_socks; + + zend_llist ll_post_request_startup; }; +typedef struct { + void (*func)(void *); + void *userdata; +} php_post_request_startup; + #endif /* _PHP_GLOBALS_H */ /* |
