diff --git a/reference/ibase/functions/ibase-timefmt.xml b/reference/ibase/functions/ibase-timefmt.xml
deleted file mode 100644
index 512b774acd..0000000000
--- a/reference/ibase/functions/ibase-timefmt.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
- ibase_timefmt
- Sets the format of timestamp, date and time type columns returned from queries
-
-
-
- &reftitle.description;
-
- boolibase_timefmt
- stringformat
- intcolumntypeIBASE_TIMESTAMP
-
-
- Sets the format of timestamp, date or time type columns returned from
- queries.
-
-
- You can set defaults for these formats with the PHP configuration
- directives ibase.timestampformat,
- ibase.dateformat and
- ibase.timeformat.
-
-
-
- This function has been removed from PHP 5, use
- ini_set instead.
-
-
-
-
-
- &reftitle.parameters;
-
-
-
- format
-
-
- Internally, the columns are formatted by c-function strftime(), so
- refer to its documentation regarding to the format of the string.
-
-
-
-
- columntype
-
-
- columntype is one of the constants
- IBASE_TIMESTAMP, IBASE_DATE
- and IBASE_TIME. If omitted, defaults to
- IBASE_TIMESTAMP for backwards compatibility.
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- &return.success;
-
-
-
-
- &reftitle.examples;
-
-
- ibase_timefmt example
-
-
-]]>
-
-
-
-
-
-
-
-
diff --git a/reference/ibase/versions.xml b/reference/ibase/versions.xml
index b9d12e6884..ca83e586da 100644
--- a/reference/ibase/versions.xml
+++ b/reference/ibase/versions.xml
@@ -51,7 +51,6 @@
-