tony2001 Thu Aug 31 11:10:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ctype ctype.c Log: fix warnings about nonextistent functions http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/ctype.c?r1=1.34.2.3.2.3&r2=1.34.2.3.2.4&diff_format=u Index: php-src/ext/ctype/ctype.c diff -u php-src/ext/ctype/ctype.c:1.34.2.3.2.3 php-src/ext/ctype/ctype.c:1.34.2.3.2.4 --- php-src/ext/ctype/ctype.c:1.34.2.3.2.3 Mon Aug 14 20:08:17 2006 +++ php-src/ext/ctype/ctype.c Thu Aug 31 11:10:23 2006 @@ -40,10 +40,6 @@ /* 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);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php