diff options
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 3da151f541..4fd126b610 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -38,6 +38,10 @@ PHP_FUNCTION(strftime); PHP_FUNCTION(gmstrftime); #endif +PHP_FUNCTION(time); +PHP_FUNCTION(localtime); +PHP_FUNCTION(getdate); + PHP_FUNCTION(date_timezone_set); PHP_FUNCTION(date_timezone_get); |