summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-01-04 12:57:04 +0000
committerDerick Rethans <derick@php.net>2006-01-04 12:57:04 +0000
commit648e20c1b69ead6b90eaa56c7a433de7123eb6fd (patch)
treecf6eeef0d7eb1396843ce426ab9a56098af1cdc5 /ext/date/php_date.h
parent223aa7294d6c072c84df5d3a350606f3774f58d9 (diff)
downloadphp-git-648e20c1b69ead6b90eaa56c7a433de7123eb6fd.tar.gz
- New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820
and #30937. #- Didn't add it to news yet, as we'll merge this to PHP 5.1.x (just need to # wait for Ilia to approve it for 5.1.2).
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h5
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);