diff options
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 4fb8d4c9dc..5dc13dbc6c 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -28,6 +28,7 @@ extern zend_module_entry date_module_entry; #define phpext_date_ptr &date_module_entry PHP_FUNCTION(date); +PHP_FUNCTION(idate); PHP_FUNCTION(gmdate); PHP_FUNCTION(strtotime); |