Browse Source

s/PHP_API/PHP_API_VERSION/

experimental/threaded
Sascha Schumann 24 years ago
parent
commit
f2f443f066
  1. 2
      sapi/thttpd/thttpd.c

2
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

Loading…
Cancel
Save