Subject | Re: ADOdb update for PHP5RC3 |
---|---|
Author | abies12 |
Post date | 2004-06-09T16:01:31Z |
--- In firebird-php@yahoogroups.com, Lester Caine <lester@l...> wrote:
ini_set() as they do exactly the same. (Well, actually, using
ini_set() will be even one malloc()/free() less)
--
Ard
> if (function_exists('ibase_timefmt')) {There's no need to check for base_timefmt() and use it instead of
> ibase_timefmt($this->ibase_timefmt);
> } else {
> ini_set("ibase.timestampformat",
> $this->ibase_timefmt);
> }
ini_set() as they do exactly the same. (Well, actually, using
ini_set() will be even one malloc()/free() less)
--
Ard