]> granicus.if.org Git - php/commitdiff
remove revision tag from module version entry
authorUwe Schindler <thetaphi@php.net>
Fri, 12 Dec 2003 16:21:44 +0000 (16:21 +0000)
committerUwe Schindler <thetaphi@php.net>
Fri, 12 Dec 2003 16:21:44 +0000 (16:21 +0000)
sapi/nsapi/nsapi.c

index d81f24c5e5d8f9dd0093f5b7e70da34eba529827..801bccb83c5de6c0c485cb4d9c88902dfc8fd473 100644 (file)
@@ -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" );