Export symbols

This commit is contained in:
Edin Kadribasic 2005-06-15 00:23:14 +00:00
parent dd9698a6cb
commit 61d132cddc

View File

@ -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()