diff options
author | Sterling Hughes <sterling@php.net> | 2000-03-28 18:16:41 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-03-28 18:16:41 +0000 |
commit | f76e0a407768781919da031748b5afa93953ecad (patch) | |
tree | e7959ce44f3dd3bb2907eef6d588b8c91219dd92 /ext/standard/datetime.h | |
parent | a65971221ffd59717c252d989ec74ccde88db9a8 (diff) | |
download | php-git-f76e0a407768781919da031748b5afa93953ecad.tar.gz |
*** empty log message ***
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r-- | ext/standard/datetime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index eaff52648b..2e8f61f53d 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -39,6 +39,7 @@ PHP_FUNCTION(mktime); PHP_FUNCTION(gmmktime); PHP_FUNCTION(date); PHP_FUNCTION(gmdate); +PHP_FUNCTION(localtime); PHP_FUNCTION(getdate); PHP_FUNCTION(checkdate); #if HAVE_STRFTIME |