Date: 12/28/99
- Next message: johan <email protected>: "[PHP-DEV] PHP 4.0 Bug #3061: MySQL fails in queries containing several tables sharing an attribute name"
- Previous message: rubys <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: johan <email protected>: "[PHP-DEV] PHP 4.0 Bug #3061: MySQL fails in queries containing several tables sharing an attribute name"
- Previous message: rubys <email protected>: "Re: [PHP-DEV] Anybody change anything related to info.h?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

