summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-07-03 19:14:55 +0000
committerDerick Rethans <derick@php.net>2005-07-03 19:14:55 +0000
commit0ef991e5ae409ecddedc6cfbb8231236ef84b936 (patch)
treefcbc18aa1afea8ab62816b308ffd8e6b1efb3afd /ext/standard/datetime.h
parentdda7692c87fed5131658772cc2c2ad6802d905cc (diff)
downloadphp-git-0ef991e5ae409ecddedc6cfbb8231236ef84b936.tar.gz
- Fixed bug #33532 (Different output for strftime() and date()).
- Re-implemented checkdate(), strftime() and gmstrftime() with the new timelib code.
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 4c1e39fb50..f7c57815ca 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -30,15 +30,8 @@ PHP_FUNCTION(checkdate);
#if HAVE_STRPTIME
PHP_FUNCTION(strptime);
#endif
-#if HAVE_STRFTIME
-PHP_FUNCTION(strftime);
-PHP_FUNCTION(gmstrftime);
-#endif
PHPAPI int php_idate(char format, int timestamp, int gm);
PHPAPI char *php_std_date(time_t t TSRMLS_DC);
-#if HAVE_STRFTIME
-PHPAPI void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
-#endif
#endif /* DATETIME_H */