diff options
| author | Ondřej Surý <ondrej@sury.org> | 2010-01-07 13:31:53 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2010-01-07 13:31:53 +0100 |
| commit | 0fab6db7cac8d2be99579dd049f812a8ff98e74f (patch) | |
| tree | 91f01b0d06916c78262404096bfd466b8e95e5b5 /README.input_filter | |
| parent | d3a8757891280dc6650ca7eead67830c794b0e7b (diff) | |
| download | php-upstream/5.3.1.tar.gz | |
Imported Upstream version 5.3.1upstream/5.3.1
Diffstat (limited to 'README.input_filter')
| -rw-r--r-- | README.input_filter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.input_filter b/README.input_filter index 1d4269590..f3ca2ee89 100644 --- a/README.input_filter +++ b/README.input_filter @@ -88,7 +88,7 @@ PHP_MINFO_FUNCTION(my_input_filter) { php_info_print_table_start(); php_info_print_table_row( 2, "My Input Filter Support", "enabled" ); - php_info_print_table_row( 2, "Revision", "$Revision: 1.7.4.1.2.1 $"); + php_info_print_table_row( 2, "Revision", "$Revision: 222526 $"); php_info_print_table_end(); } |
