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/sapi_apache2.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/sapi_apache2.c')
| -rw-r--r-- | sapi/apache2handler/sapi_apache2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 92280607cb..b1fedab666 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -22,6 +22,8 @@ #include <fcntl.h> +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "php.h" #include "php_main.h" #include "php_ini.h" |
