diff options
Diffstat (limited to 'ext/date/php_date.h')
| -rw-r--r-- | ext/date/php_date.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 57ac98211..27361515c 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_date.h,v 1.17.2.11 2006/04/11 18:03:46 derick Exp $ */ +/* $Id: php_date.h,v 1.17.2.11.2.2 2006/08/01 13:28:28 mike Exp $ */ #ifndef PHP_DATE_H #define PHP_DATE_H @@ -46,8 +46,8 @@ PHP_FUNCTION(time); PHP_FUNCTION(localtime); PHP_FUNCTION(getdate); -#ifdef EXPERIMENTAL_DATE_SUPPORT /* Advanced Interface */ +PHP_METHOD(DateTime, __construct); PHP_FUNCTION(date_create); PHP_FUNCTION(date_parse); PHP_FUNCTION(date_format); @@ -60,14 +60,14 @@ PHP_FUNCTION(date_time_set); PHP_FUNCTION(date_date_set); PHP_FUNCTION(date_isodate_set); +PHP_METHOD(DateTimeZone, __construct); PHP_FUNCTION(timezone_open); PHP_FUNCTION(timezone_name_get); PHP_FUNCTION(timezone_name_from_abbr); PHP_FUNCTION(timezone_offset_get); -PHP_FUNCTION(timezone_transistions_get); +PHP_FUNCTION(timezone_transitions_get); PHP_FUNCTION(timezone_identifiers_list); PHP_FUNCTION(timezone_abbreviations_list); -#endif /* Options and Configuration */ PHP_FUNCTION(date_default_timezone_set); |
