#define PHP_PGSQL_LIBS ""
#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
#define PHP_REGEX_LIB ""
+#define PHP_SAPI "@PHP_SAPI@"
#define PHP_SOLID_INCLUDE ""
#define PHP_SOLID_LIBS ""
#define PHP_EMPRESS_INCLUDE ""
#endif
php_printf("php.ini path: %s<br>\n", CONFIGURATION_FILE_PATH);
php_printf("ZEND_DEBUG=%d<br>\n", ZEND_DEBUG);
+ php_printf("SAPI=" PHP_SAPI "<br>\n");
#ifdef ZTS
php_printf("ZTS is defined");
#else
CREDIT_LINE("AOLserver SAPI Module", "Sascha Schumann");
CREDIT_LINE("Servlet SAPI Module", "Sam Ruby");
CREDIT_LINE("Roxen SAPI Module", "David Hedbor");
+ CREDIT_LINE("thttpd SAPI Module", "Sascha Schumann");
CREDIT_LINE("Overall Work", "Thies C. Arntzen, Stig Bakken, Shane Caraveo, \
Rasmus Lerdorf, Sascha Schumann, Zeev Suraski, Andrei Zmievski, \
and others");