mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 07:02:15 +01:00
* Update configure.xml * Update constants.xml * Update constants.xml * Update ini.xml * Update configure.xml * Update constants.xml
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: dallas Status: ready -->
|
|
<!-- CREDITS: Gregory, mowangjuanzi -->
|
|
<section xml:id="pgsql.installation" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.install;
|
|
<para>
|
|
为启用 PostgreSQL 支持,编译 PHP 时需要 <option role="configure">--with-pgsql[=DIR]</option>。<literal>DIR</literal>
|
|
是 PostgreSQL 的基本安装目录,默认是 <filename>/usr/local/pgsql</filename>。如果共享对象模块可用,可以使用 &php.ini;
|
|
中的 <link linkend="ini.extension">extension</link> 指令或者 <function>dl</function> 函数加载 PostgreSQL 模块。
|
|
</para>
|
|
</section>
|
|
|
|
<!-- 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
|
|
-->
|
|
|