diff options
author | Sascha Schumann <sas@php.net> | 2002-11-08 13:29:32 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-11-08 13:29:32 +0000 |
commit | f2f443f0664be75736549aca792668546ff69074 (patch) | |
tree | de56f9b7be68ed9920de5d4f2e3f2d1a75becc97 | |
parent | d6ae71fb118b5cc236be6742dbd102aa3aa17759 (diff) | |
download | php-git-f2f443f0664be75736549aca792668546ff69074.tar.gz |
s/PHP_API/PHP_API_VERSION/
-rw-r--r-- | sapi/thttpd/thttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |