Skip to content

Commit

Permalink
Remove revision information
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Jul 29, 2012
1 parent 3b9dd4d commit 0a57b9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion php_rar.h
Expand Up @@ -50,7 +50,6 @@ extern zend_module_entry rar_module_entry;
#define phpext_rar_ptr &rar_module_entry #define phpext_rar_ptr &rar_module_entry


#define PHP_RAR_VERSION "3.0.0" #define PHP_RAR_VERSION "3.0.0"
#define PHP_RAR_REVISION "$Revision$"


#ifdef PHP_WIN32 #ifdef PHP_WIN32
#define PHP_RAR_API __declspec(dllexport) #define PHP_RAR_API __declspec(dllexport)
Expand Down
1 change: 0 additions & 1 deletion rar.c
Expand Up @@ -732,7 +732,6 @@ ZEND_MODULE_INFO_D(rar)
php_info_print_table_start(); php_info_print_table_start();
php_info_print_table_header(2, "RAR support", "enabled"); php_info_print_table_header(2, "RAR support", "enabled");
php_info_print_table_row(2, "RAR EXT version", PHP_RAR_VERSION); php_info_print_table_row(2, "RAR EXT version", PHP_RAR_VERSION);
php_info_print_table_row(2, "Revision", PHP_RAR_REVISION);


#if RARVER_BETA != 0 #if RARVER_BETA != 0
sprintf(version,"%d.%02d beta%d patch%d %d-%02d-%02d", RARVER_MAJOR, sprintf(version,"%d.%02d beta%d patch%d %d-%02d-%02d", RARVER_MAJOR,
Expand Down
1 change: 0 additions & 1 deletion tests/096.phpt
Expand Up @@ -37,7 +37,6 @@ echo "Done.\n";
--EXPECTF-- --EXPECTF--
RAR support => enabled RAR support => enabled
RAR EXT version => %d.%d.%s RAR EXT version => %d.%d.%s
Revision => %s
UnRAR version => %d.%d%spatch%d %d-%d-%d UnRAR version => %d.%d%spatch%d %d-%d-%d
UnRAR API version => %d extension %d UnRAR API version => %d extension %d


Expand Down

0 comments on commit 0a57b9b

Please sign in to comment.