diff options
| author | Derick Rethans <derick@php.net> | 2005-07-03 20:45:08 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2005-07-03 20:45:08 +0000 |
| commit | 8aa3554d1937a501841635bf636768fd6e07b08f (patch) | |
| tree | 85ce4aacc8441289aa6406d1cd5cfddcedb00933 /ext/date/php_date.h | |
| parent | 0ef991e5ae409ecddedc6cfbb8231236ef84b936 (diff) | |
| download | php-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.h | 4 |
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); |
