diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2001-09-17 12:23:43 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2001-09-17 12:23:43 +0000 |
| commit | 137b57c5bae1519c4c8c7a4128c4c35a5ba16aa5 (patch) | |
| tree | 97d25f67f121e35572ea8d64c3cec80aabab60f0 /sapi/apache | |
| parent | 6d00133ce235c15b37d2ebe4c6e5f611cd3377dc (diff) | |
| download | php-git-137b57c5bae1519c4c8c7a4128c4c35a5ba16aa5.tar.gz | |
MFH
Diffstat (limited to 'sapi/apache')
| -rw-r--r-- | sapi/apache/mod_php4.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h index 92229e8cf3..fa4adaedf9 100644 --- a/sapi/apache/mod_php4.h +++ b/sapi/apache/mod_php4.h @@ -27,8 +27,8 @@ #endif typedef struct { - long engine; - long last_modified; + long engine; + long last_modified; long xbithack; long terminate_child; zend_bool in_request; @@ -38,17 +38,12 @@ extern zend_module_entry apache_module_entry; #ifdef ZTS extern int php_apache_info_id; -#define AP(v) TSRMG(alloc_globals_id, php_apache_info_struct *, v) +#define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) #else extern php_apache_info_struct php_apache_info; #define AP(v) (php_apache_info.v) #endif - -#ifdef WIN32 -#define S_IXUSR _S_IEXEC -#endif - #endif /* MOD_PHP4_H */ /* |
