mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Remove revision for recode from phpinfo
This commit is contained in:
parent
adb09c98d2
commit
c71433a774
2 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue