]> granicus.if.org Git - php/commitdiff
s/PHP_API/PHP_API_VERSION/
authorSascha Schumann <sas@php.net>
Fri, 8 Nov 2002 13:29:32 +0000 (13:29 +0000)
committerSascha Schumann <sas@php.net>
Fri, 8 Nov 2002 13:29:32 +0000 (13:29 +0000)
sapi/thttpd/thttpd.c

index a29217defc313e5a8a1f3be409ddb6bf52a16687..4f196973ca18e6a61432ee6e5d05201996f085d7 100644 (file)
@@ -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