From: Antony Dovgal Date: Thu, 31 Aug 2006 11:10:23 +0000 (+0000) Subject: fix warnings about nonextistent functions X-Git-Tag: php-5.2.0RC3~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f74fbc1a0603401d7df4597f13b27309e2e7452e;p=php fix warnings about nonextistent functions --- diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index d982dc5521..d6e8641ab9 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -40,10 +40,6 @@ ZEND_DECLARE_MODULE_GLOBALS(ctype) /* True global resources - no need for thread safety here */ /* static int le_ctype; */ -static PHP_MINIT_FUNCTION(ctype); -static PHP_MSHUTDOWN_FUNCTION(ctype); -static PHP_RINIT_FUNCTION(ctype); -static PHP_RSHUTDOWN_FUNCTION(ctype); static PHP_MINFO_FUNCTION(ctype); static PHP_FUNCTION(ctype_alnum);