diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-30 06:18:13 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-30 06:18:13 +0000 |
commit | 797a079a95585a07bc7f26a79e04521d3b370177 (patch) | |
tree | 39e195dd61222e38b934b64d51d3ab37199a0ad3 /ext/gmp/gmp.c | |
parent | e8ac55d03c31304b7a68e5b18c16338dff9a5eb5 (diff) | |
download | php-git-797a079a95585a07bc7f26a79e04521d3b370177.tar.gz |
More TSRMLS_FETCH work, and a bit of cleanup
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r-- | ext/gmp/gmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index a5dc03b140..1675093e3f 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -154,9 +154,6 @@ ZEND_MINIT_FUNCTION(gmp) */ ZEND_MSHUTDOWN_FUNCTION(gmp) { -/* Remove comments if you have entries in php.ini - UNREGISTER_INI_ENTRIES(); -*/ return SUCCESS; } /* }}} */ |