From 61d132cddce1b06c8903429176dc8928ba4e14ae Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 15 Jun 2005 00:23:14 +0000 Subject: [PATCH] Export symbols --- ext/date/php_date.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index e18be2df329..40ff4a9a031 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -34,6 +34,10 @@ 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()