diff options
author | Wez Furlong <wez@php.net> | 2001-07-04 10:12:45 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-07-04 10:12:45 +0000 |
commit | a07a26888e1db18be729f10bafe6cf4bbb65ce5f (patch) | |
tree | a5f5e8e1e2c3ef383b0a04693ea8919087b2eebe /ext/calendar/php_calendar.h | |
parent | f1364ebf3ead89f145af573e3b90f3503898b0ad (diff) | |
download | php-git-a07a26888e1db18be729f10bafe6cf4bbb65ce5f.tar.gz |
Added a couple of new functions to "modularize" working with calendars.
Added a few constants for the existing functions, and tidied them up a bit.
Diffstat (limited to 'ext/calendar/php_calendar.h')
-rw-r--r-- | ext/calendar/php_calendar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/calendar/php_calendar.h b/ext/calendar/php_calendar.h index d56d3af19a..73bc96aede 100644 --- a/ext/calendar/php_calendar.h +++ b/ext/calendar/php_calendar.h @@ -25,7 +25,10 @@ PHP_FUNCTION(easter_days); PHP_FUNCTION(easter_date); PHP_FUNCTION(unixtojd); PHP_FUNCTION(jdtounix); - +PHP_FUNCTION(cal_from_jd); +PHP_FUNCTION(cal_to_jd); +PHP_FUNCTION(cal_days_in_month); +PHP_FUNCTION(cal_info); #define phpext_calendar_ptr calendar_module_ptr |