summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-30 21:38:06 +0000
committerDerick Rethans <derick@php.net>2005-06-30 21:38:06 +0000
commite155585e6e1338110b0c31e1054d6b28b5bcff5b (patch)
treed6cf6de0ff527954dcacab6a9099faa23e5e4c31 /ext/standard/datetime.h
parent2e794631203339035f705f81e4855642b3332f97 (diff)
downloadphp-git-e155585e6e1338110b0c31e1054d6b28b5bcff5b.tar.gz
- Reimplemented date and gmdate with new timelib code.
- Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed testcase for bug #27719 - there is no timezone called "EST5DST".
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index f0d3d4ecd7..d1d3c04fac 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -25,9 +25,7 @@
PHP_FUNCTION(time);
PHP_FUNCTION(mktime);
PHP_FUNCTION(gmmktime);
-PHP_FUNCTION(date);
PHP_FUNCTION(idate);
-PHP_FUNCTION(gmdate);
PHP_FUNCTION(localtime);
PHP_FUNCTION(getdate);
PHP_FUNCTION(checkdate);