1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-24 07:42:22 +01:00
Files
archived-doc-ru/reference/uodbc/setup.xml
Mikhail Alferov bac18e0db1 Update odbc_* to En (#1015)
* Update setup.xml

* Update odbc-autocommit.xml

* Update odbc-binmode.xml

* Update odbc-close.xml

* Update language-snippets.ent

* Update language-snippets.ent

* Update odbc-columnprivileges.xml

* Update odbc-columns.xml

* Update odbc-commit.xml

* Update odbc-connect.xml

* Update odbc-cursor.xml

* Update odbc-data-source.xml

* Update odbc-error.xml

* Update odbc-errormsg.xml

* Update odbc-exec.xml

* Update odbc-execute.xml

* Update odbc-execute.xml Уточнил перевод

* Update odbc-fetch-array.xml

* Update odbc-fetch-into.xml

* Update odbc-fetch-object.xml

* Update odbc-fetch-row.xml

* Update odbc-field-len.xml

* Update odbc-field-name.xml

* Update odbc-field-num.xml

* Update odbc-field-scale.xml

* Update odbc-field-type.xml

* Update odbc-foreignkeys.xml

* Update odbc-free-result.xml

* Update odbc-gettypeinfo.xml

* Update odbc-longreadlen.xml

* Update odbc-next-result.xml

* Update odbc-num-fields.xml

* Update odbc-num-fields.xml

* Update odbc-num-rows.xml

* Update odbc-pconnect.xml

* Update odbc-prepare.xml

* Update odbc-primarykeys.xml

* Update odbc-procedurecolumns.xml

* Update language-snippets.ent

* Update odbc-procedures.xml

* Update odbc-result-all.xml

* Update odbc-result.xml

* Update odbc-rollback.xml

* Update odbc-setoption.xml

* Update odbc-specialcolumns.xml

* Update odbc-statistics.xml

* Update odbc-tableprivileges.xml

* Update odbc-tables.xml

* Update odbc-setoption.xml Remove the trailing whitespace
2024-12-04 14:43:57 +03:00

57 lines
1.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ed1aff13602c94f86344bdd7c4fbc31f5a71bf84 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="uodbc.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="uodbc.requirements">
&reftitle.required;
<para>
Для доступа к базам данных, которые поддерживает модуль, потребуется установить библиотеки,
через которые модуль будет взаимодействовать с конкретной СУБД.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.uodbc.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.uodbc.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="uodbc.resources">
&reftitle.resources;
<para>
До PHP 8.4.0 модуль определял два типа ресурсов: идентификатор ODBC-соединения
и идентификатор объекта ODBC с результатом запроса.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->