From: Sascha Schumann Date: Fri, 8 Nov 2002 13:29:32 +0000 (+0000) Subject: s/PHP_API/PHP_API_VERSION/ X-Git-Tag: php-4.3.0RC1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2f443f0664be75736549aca792668546ff69074;p=php s/PHP_API/PHP_API_VERSION/ --- diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index a29217defc..4f196973ca 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -371,7 +371,7 @@ static zend_module_entry php_thttpd_module = { 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