sniper Mon Dec 5 21:30:06 2005 EDT Modified files: /php-src README.input_filter Log: - Fix docs http://cvs.php.net/diff.php/php-src/README.input_filter?r1=1.7&r2=1.8&ty=u Index: php-src/README.input_filter diff -u php-src/README.input_filter:1.7 php-src/README.input_filter:1.8 --- php-src/README.input_filter:1.7 Thu Jun 24 04:49:00 2004 +++ php-src/README.input_filter Mon Dec 5 21:30:04 2005 @@ -34,7 +34,7 @@ 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_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.8 $"); php_info_print_table_end(); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php