File tree Expand file tree Collapse file tree
pdo_sqlite/pdo_overloaded Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- $Revision$ -->
3- <!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: PhilDaiguille Status: ready -->
4- <!-- Reviewed: yes -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
53
64<section xml : id =" ref.pdo-firebird.constants" xmlns =" http://docbook.org/ns/docbook" >
75 &reftitle.constants;
86 &pdo.driver-constants;
7+ <warning >
8+ <simpara >
9+ Las constantes listadas a continuación están <emphasis >OBSOLETAS</emphasis >
10+ a partir de PHP 8.5.0. Utilice las constantes correspondientes de
11+ <classname >Pdo\Firebird</classname > en su lugar.
12+ </simpara >
13+ </warning >
914 <variablelist >
1015 <varlistentry xml : id =" pdo.constants.fb-attr-date-format" >
1116 <term >
1217 <constant >PDO::FB_ATTR_DATE_FORMAT</constant >
1318 (<type >int</type >)
1419 </term >
1520 <listitem >
16- <para >
21+ <simpara >
1722 &Alias; <constant >Pdo\Firebird::ATTR_DATE_FORMAT</constant >.
18- </para >
23+ </simpara >
1924 </listitem >
2025 </varlistentry >
2126 <varlistentry xml : id =" pdo.constants.fb-attr-time-format" >
2429 (<type >int</type >)
2530 </term >
2631 <listitem >
27- <para >
32+ <simpara >
2833 &Alias; <constant >Pdo\Firebird::ATTR_TIME_FORMAT</constant >.
29- </para >
34+ </simpara >
3035 </listitem >
3136 </varlistentry >
3237 <varlistentry xml : id =" pdo.constants.fb-attr-timestamp-format" >
3540 (<type >int</type >)
3641 </term >
3742 <listitem >
38- <para >
43+ <simpara >
3944 &Alias; <constant >Pdo\Firebird::ATTR_TIMESTAMP_FORMAT</constant >.
40- </para >
45+ </simpara >
4146 </listitem >
4247 </varlistentry >
4348 </variablelist >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- $Revision$ -->
3- <!-- EN-Revision: 5d8e96f9b174f7471daebce760657eb0f190b0ba Maintainer: PhilDaiguille Status: ready -->
4- <!-- Reviewed: no -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
53<section xml : id =" ref.pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
64 &reftitle.constants;
75 &pdo.driver-constants;
6+ <warning >
7+ <simpara >
8+ Las constantes listadas a continuación están <emphasis >OBSOLETAS</emphasis >
9+ a partir de PHP 8.5.0. Utilice las constantes correspondientes de
10+ <classname >Pdo\Mysql</classname > en su lugar.
11+ </simpara >
12+ </warning >
813 <variablelist >
914 <varlistentry xml : id =" pdo.constants.mysql-attr-use-buffered-query" >
1015 <term >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 220e1d0ef80ba8f68254db56ee9f2203be4cd8e6 Maintainer: PhilDaiguille Status: ready -->
3- <!-- Reviewed: yes -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
43<section xml : id =" pdo-odbc.global.constants" xmlns =" http://docbook.org/ns/docbook" >
54 &reftitle.constants;
65 &pdo.driver-constants;
1110 (<type >string</type >)
1211 </term >
1312 <listitem >
14- <para >
15-
16- </para >
13+ <simpara >
14+ Describe la biblioteca ODBC enlazada con la extensión PDO_ODBC.
15+ Los valores posibles incluyen <literal >unixODBC</literal >,
16+ <literal >iODBC</literal > o <literal >generic</literal >.
17+ </simpara >
1718 </listitem >
1819 </varlistentry >
20+ </variablelist >
21+ <warning >
22+ <simpara >
23+ Las constantes listadas a continuación están <emphasis >OBSOLETAS</emphasis >
24+ a partir de PHP 8.5.0. Utilice las constantes correspondientes de
25+ <classname >Pdo\Odbc</classname > en su lugar.
26+ </simpara >
27+ </warning >
28+ <variablelist >
1929 <varlistentry xml : id =" pdo.constants.odbc-attr-use-cursor-library" >
2030 <term >
2131 <constant >PDO::ODBC_ATTR_USE_CURSOR_LIBRARY</constant >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: PhilDaiguille Status: ready -->
3- <!-- Reviewed: no -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
43<refentry xml : id =" pdo.sqlitecreateaggregate" xmlns =" http://docbook.org/ns/docbook" >
54 <refnamediv >
65 <refname >PDO::sqliteCreateAggregate</refname >
98 </refpurpose >
109 </refnamediv >
1110
11+ <refsynopsisdiv >
12+ &warn.deprecated.function-8-5-0;
13+ </refsynopsisdiv >
14+
1215 <refsect1 role =" description" >
1316 &reftitle.description;
1417 <methodsynopsis >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: PhilDaiguille Status: ready -->
3- <!-- Reviewed: no -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
43<refentry xml : id =" pdo.sqlitecreatecollation" xmlns =" http://docbook.org/ns/docbook" >
54 <refnamediv >
65 <refname >PDO::sqliteCreateCollation</refname >
98 </refpurpose >
109 </refnamediv >
1110
11+ <refsynopsisdiv >
12+ &warn.deprecated.function-8-5-0;
13+ </refsynopsisdiv >
14+
1215 <refsect1 role =" description" >
1316 &reftitle.description;
1417 <methodsynopsis >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: PhilDaiguille Status: ready -->
3- <!-- Reviewed: no -->
2+ <!-- EN-Revision: 8d40a1fab3f89d6e35caece522991b67fb9df246 Maintainer: PhilDaiguille Status: ready -->
43<refentry xml : id =" pdo.sqlitecreatefunction" xmlns =" http://docbook.org/ns/docbook" >
54 <refnamediv >
65 <refname >PDO::sqliteCreateFunction</refname >
98 </refpurpose >
109 </refnamediv >
1110
11+ <refsynopsisdiv >
12+ &warn.deprecated.function-8-5-0;
13+ </refsynopsisdiv >
14+
1215 <refsect1 role =" description" >
1316 &reftitle.description;
1417 <methodsynopsis >
You can’t perform that action at this time.
0 commit comments