sas Fri Nov 8 08:29:33 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: s/PHP_API/PHP_API_VERSION/ Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.76 php4/sapi/thttpd/thttpd.c:1.77 --- php4/sapi/thttpd/thttpd.c:1.76 Thu Nov 7 06:56:02 2002 +++ php4/sapi/thttpd/thttpd.c Fri Nov 8 08:29:32 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: thttpd.c,v 1.76 2002/11/07 11:56:02 sas Exp $ */ +/* $Id: thttpd.c,v 1.77 2002/11/08 13:29:32 sas Exp $ */ #include "php.h" #include "SAPI.h" @@ -371,7 +371,7 @@ static int php_thttpd_startup(sapi_module_struct *sapi_module) { -#if PHP_API >= 20020918 +#if PHP_API_VERSION >= 20020918 if (php_module_startup(sapi_module, &php_thttpd_module, 1) == FAILURE) { #else if (php_module_startup(sapi_module) == FAILURE
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php