diff options
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 598c4af69a..91bd234944 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -28,8 +28,6 @@ PHP_FUNCTION(strtotime); PHP_MINIT_FUNCTION(date); PHP_MSHUTDOWN_FUNCTION(date); -PHP_RINIT_FUNCTION(date); -PHP_RSHUTDOWN_FUNCTION(date); PHP_MINFO_FUNCTION(date); |