summaryrefslogtreecommitdiff
path: root/ext/ctype
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
commit797a079a95585a07bc7f26a79e04521d3b370177 (patch)
tree39e195dd61222e38b934b64d51d3ab37199a0ad3 /ext/ctype
parente8ac55d03c31304b7a68e5b18c16338dff9a5eb5 (diff)
downloadphp-git-797a079a95585a07bc7f26a79e04521d3b370177.tar.gz
More TSRMLS_FETCH work, and a bit of cleanup
Diffstat (limited to 'ext/ctype')
-rw-r--r--ext/ctype/ctype.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c
index 5265f1d5b1..6528b9411c 100644
--- a/ext/ctype/ctype.c
+++ b/ext/ctype/ctype.c
@@ -85,8 +85,6 @@ ZEND_GET_MODULE(ctype)
*/
PHP_MINFO_FUNCTION(ctype)
{
- TSRMLS_FETCH();
-
php_info_print_table_start();
php_info_print_table_row(2, "ctype functions", "enabled (experimental)");
php_info_print_table_end();