diff options
Diffstat (limited to 'sapi/apache2handler/mod_php5.c')
| -rw-r--r-- | sapi/apache2handler/mod_php5.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php5.c index f45cf38ad..3145aa6f0 100644 --- a/sapi/apache2handler/mod_php5.c +++ b/sapi/apache2handler/mod_php5.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -18,10 +18,10 @@ +----------------------------------------------------------------------+ */ -/* $Id: mod_php5.c,v 1.3 2004/01/08 08:18:05 andi Exp $ */ +/* $Id: mod_php5.c,v 1.5 2005/08/03 14:08:47 sniper Exp $ */ + +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS -#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
-
#include "php.h" #include "php_apache.h" |
