From d00b6bc1706300dc2a760c9cf95786f87ab3b9c1 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 15 Jun 2005 09:05:00 +0000 Subject: [PATCH] Date will never be compiled as shared so this is not needed --- ext/date/php_date.c | 4 ---- 1 file changed, 4 deletions(-) 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() -- 2.40.0