From: Uwe Schindler Date: Fri, 12 Dec 2003 16:21:44 +0000 (+0000) Subject: remove revision tag from module version entry X-Git-Tag: php-4.3.5RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c0e3568a962ea463a47c9e14da7c13042c147c5;p=php remove revision tag from module version entry --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index d81f24c5e5..801bccb83c 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -203,7 +203,7 @@ zend_module_entry nsapi_module_entry = { NULL, NULL, PHP_MINFO(nsapi), - "$Revision$", + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; /* }}} */ @@ -316,7 +316,7 @@ PHP_MSHUTDOWN_FUNCTION(nsapi) PHP_MINFO_FUNCTION(nsapi) { php_info_print_table_start(); - php_info_print_table_row(2, "NSAPI Module Version", nsapi_module_entry.version); + php_info_print_table_row(2, "NSAPI Module Revision", "$Revision$"); php_info_print_table_row(2, "Server Software", system_version()); php_info_print_table_row(2, "Sub-requests with nsapi_virtual()", (nsapi_servact_service)?((zend_ini_long("zlib.output_compression", sizeof("zlib.output_compression"), 0))?"not supported with zlib.output_compression":"enabled"):"not supported on this platform" );