summaryrefslogtreecommitdiff
path: root/README.input_filter
diff options
context:
space:
mode:
Diffstat (limited to 'README.input_filter')
-rw-r--r--README.input_filter4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.input_filter b/README.input_filter
index f7858c5cc..4d0bc6d2c 100644
--- a/README.input_filter
+++ b/README.input_filter
@@ -34,7 +34,7 @@ ZEND_END_MODULE_GLOBALS(my_input_filter)
ZEND_DECLARE_MODULE_GLOBALS(my_input_filter)
-function_entry my_input_filter_functions[] = {
+zend_function_entry my_input_filter_functions[] = {
PHP_FE(my_get_raw, NULL)
{NULL, NULL, NULL}
};
@@ -85,7 +85,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 $");
+ php_info_print_table_row( 2, "Revision", "$Revision: 1.7.4.1 $");
php_info_print_table_end();
}