[PHP-DEV] PHP 4.0 Bug #3060: Undefined function gmstrftime From: leon <email protected>
Date: 12/28/99

From: leon <email protected>
Operating system: Windows & Slackware Linux
PHP version: 4.0 Beta 3
PHP Bug Type: Other
Bug description: Undefined function gmstrftime

<?
setlocale ('LC_TIME','en_US');
echo strftime ("%b %d %Y %H:%M:%S",mktime(20,0,0,12,31,98))."\n";
echo gmstrftime ("%b %d %Y %H:%M:%S",mktime(20,0,0,12,31,98))."\n";
?>

produces this error:

Fatal error: Call to undefined function: gmstrftime()

I get the same error in 3.0.12, and 3.0.7, BTW. Yet, I can see in datetime.c that the function is there.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>