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