diff options
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 70d8bd860e..bf486529d3 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -72,6 +72,11 @@ PHP_FUNCTION(timezone_abbreviations_list); PHP_FUNCTION(date_default_timezone_set); PHP_FUNCTION(date_default_timezone_get); +/* Astro functions */ +PHP_FUNCTION(date_sunrise); +PHP_FUNCTION(date_sunset); +PHP_FUNCTION(date_sun_info); + PHP_RINIT_FUNCTION(date); PHP_RSHUTDOWN_FUNCTION(date); PHP_MINIT_FUNCTION(date); |