summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-07-03 20:45:08 +0000
committerDerick Rethans <derick@php.net>2005-07-03 20:45:08 +0000
commit8aa3554d1937a501841635bf636768fd6e07b08f (patch)
tree85ce4aacc8441289aa6406d1cd5cfddcedb00933 /ext/date/php_date.h
parent0ef991e5ae409ecddedc6cfbb8231236ef84b936 (diff)
downloadphp-git-8aa3554d1937a501841635bf636768fd6e07b08f.tar.gz
- Reimplemented time(), getdate() and localtime() functions with new datetime
library.
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h4
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);