diff options
author | Edin Kadribasic <edink@php.net> | 2003-03-25 11:50:18 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-03-25 11:50:18 +0000 |
commit | 5d381f8f8018692a197297a5fade1794f09f7e92 (patch) | |
tree | b0a4b647e72665d9d25a03d449f4feefac6b5a8b /sapi/apache2handler/apache_config.c | |
parent | 14a56343c88a8840d65e67de5af5d9ad978dcafd (diff) | |
download | php-git-5d381f8f8018692a197297a5fade1794f09f7e92.tar.gz |
MFB and more. Fixed various win32 compilation issues. Also the sapi
is now built as php4apach2.dll since the filter is being obsoleted.
Diffstat (limited to 'sapi/apache2handler/apache_config.c')
-rw-r--r-- | sapi/apache2handler/apache_config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache2handler/apache_config.c b/sapi/apache2handler/apache_config.c index ee37a9df19..01c8fb58bc 100644 --- a/sapi/apache2handler/apache_config.c +++ b/sapi/apache2handler/apache_config.c @@ -18,6 +18,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "php.h" #include "php_ini.h" #include "php_apache.h" |