Subject | ADOdb update for PHP5RC3 |
---|---|
Author | Lester Caine |
Post date | 2004-06-09T06:10:23Z |
For those not watching the ADOdb list, John Lim has added the following
fix for PHP5
if (function_exists('ibase_timefmt')) {
ibase_timefmt($this->ibase_timefmt);
} else {
ini_set("ibase.timestampformat",
$this->ibase_timefmt);
}
I'm going to use the same sort of check to bring in the fbird_ version
of the driver. So the newer firebird15 driver will only work with PHP5
for now :)
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
fix for PHP5
if (function_exists('ibase_timefmt')) {
ibase_timefmt($this->ibase_timefmt);
} else {
ini_set("ibase.timestampformat",
$this->ibase_timefmt);
}
I'm going to use the same sort of check to bring in the fbird_ version
of the driver. So the newer firebird15 driver will only work with PHP5
for now :)
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services