Remove revision for recode from phpinfo

This commit is contained in:
Peter Kokot 2018-06-02 07:41:38 +02:00 committed by Nikita Popov
parent adb09c98d2
commit c71433a774
2 changed files with 0 additions and 4 deletions

View file

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* {{{ includes & prototypes */
#ifdef HAVE_CONFIG_H
@ -135,7 +133,6 @@ PHP_MINFO_FUNCTION(recode)
{
php_info_print_table_start();
php_info_print_table_row(2, "Recode Support", "enabled");
php_info_print_table_row(2, "Revision", "$Id$");
php_info_print_table_end();
}