diff options
| author | Anatol Belski <ab@php.net> | 2014-09-22 20:58:45 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-09-22 20:58:45 +0200 |
| commit | 4db75dc8533a69e8849651ab5d0fa84efa3d8bba (patch) | |
| tree | c9157b7b61f70e35ed94e7457ee06fbaa0221cc3 /sapi/apache2handler | |
| parent | f2e636de051f2891a492d3ceaabc3afd6f930c7f (diff) | |
| download | php-git-4db75dc8533a69e8849651ab5d0fa84efa3d8bba.tar.gz | |
basic windows fix
Diffstat (limited to 'sapi/apache2handler')
| -rw-r--r-- | sapi/apache2handler/php_apache.h | 2 | ||||
| -rw-r--r-- | sapi/apache2handler/php_functions.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h index 674eb9fbc6..26ddf222c4 100644 --- a/sapi/apache2handler/php_apache.h +++ b/sapi/apache2handler/php_apache.h @@ -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; diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c index 9529b708a6..3fc88edfbc 100644 --- a/sapi/apache2handler/php_functions.c +++ b/sapi/apache2handler/php_functions.c @@ -49,7 +49,7 @@ #include "php_apache.h" #ifdef ZTS -TSRMG_D(php_apache2_info_struct, php_apache2_info_id); +TSRMG_DE(php_apache2_info_struct, php_apache2_info_id); #else php_apache2_info_struct php_apache2_info; #endif |
