From: Edin Kadribasic Date: Wed, 15 Jun 2005 09:05:00 +0000 (+0000) Subject: Date will never be compiled as shared so this is not needed X-Git-Tag: php-5.1.0b2~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d00b6bc1706300dc2a760c9cf95786f87ab3b9c1;p=php Date will never be compiled as shared so this is not needed --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index fae5f5556d..d3e56e1b9b 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -34,10 +34,6 @@ function_entry date_functions[] = { {NULL, NULL, NULL} }; -#ifdef COMPILE_DL_DATE -ZEND_GET_MODULE(date) -#endif - PHP_INI_BEGIN() /* STD_PHP_INI_ENTRY("date.timezone", TIMEZONE_DB_LOCATION, PHP_INI_ALL, OnUpdateString, timezonedb_location, zend_date_globals, date_globals) */ PHP_INI_END()