jani Fri Aug 3 09:33:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handler apache_config.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/apache_config.c?r1=1.7.2.1.2.3&r2=1.7.2.1.2.4&diff_format=u Index: php-src/sapi/apache2handler/apache_config.c diff -u php-src/sapi/apache2handler/apache_config.c:1.7.2.1.2.3 php-src/sapi/apache2handler/apache_config.c:1.7.2.1.2.4 --- php-src/sapi/apache2handler/apache_config.c:1.7.2.1.2.3 Fri Aug 3 01:14:23 2007 +++ php-src/sapi/apache2handler/apache_config.c Fri Aug 3 09:33:17 2007 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: apache_config.c,v 1.7.2.1.2.3 2007/08/03 01:14:23 stas Exp $ */ +/* $Id: apache_config.c,v 1.7.2.1.2.4 2007/08/03 09:33:17 jani Exp $ */ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS @@ -35,7 +35,7 @@ #include "http_log.h" #include "http_main.h" #include "util_script.h" -#include "http_core.h" +#include "http_core.h" #ifdef PHP_AP_DEBUG #define phpapdebug(a) fprintf a @@ -51,7 +51,7 @@ char *value; size_t value_len; char status; - char htaccess; + char htaccess; } php_dir_entry; static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php