diff options
| author | Derick Rethans <derick@php.net> | 2006-07-18 12:38:05 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2006-07-18 12:38:05 +0000 |
| commit | 9ccbb28696be46c5236a387e0548ecc5a4000dae (patch) | |
| tree | a89429ffbba053b428abffe94fd8611ebee112ab /ext/date/php_date.h | |
| parent | b45268a07a6d764c7127f55e23415ca733b22e60 (diff) | |
| download | php-git-9ccbb28696be46c5236a387e0548ecc5a4000dae.tar.gz | |
- Enable all new date functions and classes
Diffstat (limited to 'ext/date/php_date.h')
| -rw-r--r-- | ext/date/php_date.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 13780910aa..3f9fcba6bc 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -46,7 +46,6 @@ PHP_FUNCTION(time); PHP_FUNCTION(localtime); PHP_FUNCTION(getdate); -#ifdef EXPERIMENTAL_DATE_SUPPORT /* Advanced Interface */ PHP_FUNCTION(date_create); PHP_FUNCTION(date_parse); @@ -67,7 +66,6 @@ PHP_FUNCTION(timezone_offset_get); PHP_FUNCTION(timezone_transistions_get); PHP_FUNCTION(timezone_identifiers_list); PHP_FUNCTION(timezone_abbreviations_list); -#endif /* Options and Configuration */ PHP_FUNCTION(date_default_timezone_set); |
