From a9311d396dcf8a002642d026df24c448ffee1553 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sun, 30 May 2004 18:51:51 +0000 Subject: [PATCH] Added deprecation note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160093 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibase/functions/ibase-timefmt.xml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/reference/ibase/functions/ibase-timefmt.xml b/reference/ibase/functions/ibase-timefmt.xml index daae8b3d24..0b13f8f4b2 100644 --- a/reference/ibase/functions/ibase-timefmt.xml +++ b/reference/ibase/functions/ibase-timefmt.xml @@ -1,5 +1,5 @@ - + @@ -37,22 +37,12 @@ - You can also set defaults for these formats with PHP configuration + You can set defaults for these formats with the PHP configuration directives ibase.timestampformat, ibase.dateformat and ibase.timeformat. - columntype was added in PHP 4.0. It has any - meaning only with InterBase version 6 and higher. - - - - - A backwards incompatible change happened in PHP 4.0 when PHP - configuration directive ibase.timeformat was renamed to - ibase.timestampformat and directives ibase.dateformat and - ibase.timeformat were added, so that the names would match better - their functionality. + This function has been removed from PHP 5, use ini_set instead.