mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added deprecation note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160093 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e5eb47ac8d
commit
a9311d396d
1 changed files with 3 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Id: ibase-timefmt.xml,v 1.5 2004-05-30 18:51:51 abies Exp $ -->
|
||||
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ibase-timefmt">
|
||||
<refnamediv>
|
||||
|
@ -37,22 +37,12 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<parameter>columntype</parameter> was added in PHP 4.0. It has any
|
||||
meaning only with InterBase version 6 and higher.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
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 <function>ini_set</function> instead.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue