diff options
| author | Sterling Hughes <sterling@php.net> | 2000-03-28 20:26:02 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2000-03-28 20:26:02 +0000 |
| commit | 74d30dff7bb798a85327c5e2551b5b8ced2c3c96 (patch) | |
| tree | bccdac22ad807a8ccc3ea0948adbde01e6621018 /ext/standard/basic_functions.c | |
| parent | f76e0a407768781919da031748b5afa93953ecad (diff) | |
| download | php-git-74d30dff7bb798a85327c5e2551b5b8ced2c3c96.tar.gz | |
*** empty log message ***
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 96eaced044..30fed200be 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -87,6 +87,7 @@ function_entry basic_functions[] = { PHP_FE(gmmktime, NULL) #if HAVE_STRFTIME PHP_FE(strftime, NULL) + PHP_FE(gmstrftime, NULL) #endif PHP_FE(strtotime, NULL) PHP_FE(date, NULL) |
