ID: 28715 Updated by: [EMAIL PROTECTED] Reported By: g dot sitnin at mtc dot ru -Status: Open +Status: Bogus Bug Type: InterBase related Operating System: FreeBSD 4.10 -PHP Version: 5.0.0RC2 +PHP Version: 5.0.0RC3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. As stated in the NEWS file, this function was removed. ADOdb has already been updated to reflect this. You can also use this function instead <?php define('IBASE_DATE','ibase.dateformat'); define('IBASE_TIME','ibase.timeformat'); define('IBASE_TIMESTAMP','ibase.timestampformat'); function ibase_timefmt($format, $which = IBASE_TIMESTAMP) { return (bool)ini_set($which, $format); } Previous Comments: ------------------------------------------------------------------------ [2004-06-09 21:04:33] g dot sitnin at mtc dot ru Description: ------------ [Wed Jun 9 22:59:06 2004] [error] PHP Fatal error: Call to undefined function ibase_timefmt() in /usr/local/share/adodb/drivers/adodb-ibase.inc.php on line 253 Reproduce code: --------------- just include adodb/adodb.inc.php Under WindowsXP all working good. Also, this error where disapeared after I've reload apache once. And it's appeared again at next reload. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28715&edit=1