--- embedaddon/php/sapi/pi3web/pi3web_sapi.c 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/sapi/pi3web/pi3web_sapi.c 2012/05/29 12:34:35 1.1.1.2 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pi3web_sapi.c,v 1.1.1.1 2012/02/21 23:48:06 misho Exp $ */ +/* $Id: pi3web_sapi.c,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS @@ -57,7 +57,7 @@ static void php_info_pi3web(ZEND_MODULE_INFO_FUNC_ARGS PUTS("\n"); PUTS("\n"); php_info_print_table_header(2, "Information Field", "Value"); - php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: pi3web_sapi.c,v 1.1.1.1 2012/02/21 23:48:06 misho Exp $"); + php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: pi3web_sapi.c,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $"); php_info_print_table_row(2, "Server Name Stamp", HTTPCore_getServerStamp()); snprintf(variable_buf, 511, "%d", HTTPCore_debugEnabled()); php_info_print_table_row(2, "Debug Enabled", variable_buf);
Pi3Web Server Information