diff options
author | Derick Rethans <derick@php.net> | 2005-06-14 21:32:29 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-14 21:32:29 +0000 |
commit | 4fb4cac65c735a9253d7b77f17468a5768a7de13 (patch) | |
tree | 86df7acf34af73d482f2d6a84fc511c332f8586e /ext/standard/datetime.h | |
parent | f14292df21e9f1a94c63435ff58faaba4901f8c8 (diff) | |
download | php-git-4fb4cac65c735a9253d7b77f17468a5768a7de13.tar.gz |
- Add my new timelib and ext/date. For now only strtotime() makes use of this.
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r-- | ext/standard/datetime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 5a4b7c3d75..f0d3d4ecd7 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -38,7 +38,6 @@ PHP_FUNCTION(strptime); PHP_FUNCTION(strftime); PHP_FUNCTION(gmstrftime); #endif -PHP_FUNCTION(strtotime); PHPAPI int php_idate(char format, int timestamp, int gm); PHPAPI char *php_std_date(time_t t TSRMLS_DC); |