moriyoshi Sat Jan 11 17:36:38 2003 EDT Modified files: /php4/sapi/apache2filter php_functions.c Log: This patch is likely to fix win32 build Index: php4/sapi/apache2filter/php_functions.c diff -u php4/sapi/apache2filter/php_functions.c:1.34 php4/sapi/apache2filter/php_functions.c:1.35 --- php4/sapi/apache2filter/php_functions.c:1.34 Tue Dec 31 10:59:03 2002 +++ php4/sapi/apache2filter/php_functions.c Sat Jan 11 17:36:38 2003 @@ -16,13 +16,14 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_functions.c,v 1.34 2002/12/31 15:59:03 sebastian Exp $ */ +/* $Id: php_functions.c,v 1.35 2003/01/11 22:36:38 moriyoshi Exp $ */ #include "php.h" #include "ext/standard/php_smart_str.h" #include "ext/standard/info.h" #include "SAPI.h" +#define CORE_PRIVATE #include "apr_strings.h" #include "apr_time.h" #include "ap_config.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php