mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
basic windows fix
This commit is contained in:
parent
f2e636de05
commit
4db75dc853
13 changed files with 46 additions and 23 deletions
|
@ -78,7 +78,7 @@ typedef struct {
|
|||
extern zend_module_entry apache2_module_entry;
|
||||
|
||||
#ifdef ZTS
|
||||
TSRMG_DH(php_apache2_info_struct, php_apache2_info_id);
|
||||
TSRMG_DHE(php_apache2_info_struct, php_apache2_info_id);
|
||||
#define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
|
||||
#else
|
||||
extern php_apache2_info_struct php_apache2_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue