diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:13 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:13 -0400 |
| commit | 0a36161e13484a99ccf69bb38f206462d27cc6d6 (patch) | |
| tree | d5107db4b7369603ac7c753829e8972ee74949f7 /README.input_filter | |
| parent | ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61 (diff) | |
| download | php-upstream/5.1.2.tar.gz | |
Imported Upstream version 5.1.2upstream/5.1.2
Diffstat (limited to 'README.input_filter')
| -rw-r--r-- | README.input_filter | 4 |
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(); } |
