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.