diff options
author | Ard Biesheuvel <abies@php.net> | 2004-05-30 16:20:25 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-05-30 16:20:25 +0000 |
commit | 56ca01da1f973901c151d01220d017006c9fd1e7 (patch) | |
tree | 598dae63b2bbb167544a5bc3c16666c2b9c15cc4 /ext/interbase/tests/003.phpt | |
parent | 8b861ec7985da44d28acb23ee5bdb35d1ce332eb (diff) | |
download | php-git-56ca01da1f973901c151d01220d017006c9fd1e7.tar.gz |
Removed ibase_timefmt() - use ini_set() instead
Improved phpinfo() appearance
Diffstat (limited to 'ext/interbase/tests/003.phpt')
-rw-r--r-- | ext/interbase/tests/003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/tests/003.phpt b/ext/interbase/tests/003.phpt index fe0074e518..0263010b02 100644 --- a/ext/interbase/tests/003.phpt +++ b/ext/interbase/tests/003.phpt @@ -31,7 +31,7 @@ InterBase: misc sql types (may take a while) @ibase_query("insert into test3 (iter) values (?)", null); /* if timefmt is not supported, suppress error here */ - @ibase_timefmt("%m/%d/%Y %H:%M:%S"); + ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S"); for($iter = 0; $iter < 10; $iter++){ /* prepare data */ |