summaryrefslogtreecommitdiff
path: root/ext/recode
diff options
context:
space:
mode:
Diffstat (limited to 'ext/recode')
-rw-r--r--ext/recode/recode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/recode/recode.c b/ext/recode/recode.c
index 971477794..6eaba2a43 100644
--- a/ext/recode/recode.c
+++ b/ext/recode/recode.c
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: recode.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: recode.c 313665 2011-07-25 11:42:53Z felipe $ */
/* {{{ includes & prototypes */
@@ -84,7 +84,7 @@ static const zend_function_entry php_recode_functions[] = {
PHP_FE(recode_string, arginfo_recode_string)
PHP_FE(recode_file, arginfo_recode_file)
PHP_FALIAS(recode, recode_string, arginfo_recode_string)
- {NULL, NULL, NULL}
+ PHP_FE_END
};
zend_module_entry recode_module_entry = {
@@ -135,7 +135,7 @@ 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", "$Revision: 306939 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 313665 $");
php_info_print_table_end();
}