mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
c4b188871e
commit
1ac152938c
62 changed files with 63 additions and 63 deletions
|
@ -80,7 +80,7 @@ extern zend_module_entry apache2_module_entry;
|
|||
#ifdef ZTS
|
||||
extern int php_apache2_info_id;
|
||||
#define AP2(v) ZEND_TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
|
||||
ZEND_TSRMLS_CACHE_EXTERN();
|
||||
ZEND_TSRMLS_CACHE_EXTERN()
|
||||
#else
|
||||
extern php_apache2_info_struct php_apache2_info;
|
||||
#define AP2(v) (php_apache2_info.v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue