1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 23:52:16 +01:00
Files
archived-doc-ja/reference/com/setup.xml
TAKAGI Masahiro c4178951dd Update translation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@328135 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-24 18:27:40 +00:00

76 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: aa7e8f8645399c8e2d1beb51d8badeb8d77c63ad Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<chapter xml:id="com.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="com.requirements">
&reftitle.required;
<para>
COM 関数は、Windows 版の PHP でのみ利用可能です。
</para>
<para>
.Net サポートは、PHP 5 と .Net ランタイムを必要とします。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="com.installation">
&reftitle.install;
<para>
PHP 5.3.15 / 5.4.5 以降は、<filename>php_com_dotnet.dll</filename>
&php.ini; で有効にしておかないとこれらの関数を使えないようになりました。
それまでのバージョンの PHP では、この拡張モジュールがデフォルトで有効になっていました。
</para>
<para>
使いたい COM オブジェクト (MS Word など) は別途インストールしておかないといけません。
そういった COM オブジェクトは PHP にバンドルされていませんし、
そもそもバンドルできません。
</para>
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.com.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="com.resources">
&reftitle.resources;
<para>
この拡張モジュールでは、COM コンポーネントへの参照を定義しています。
これは、非推奨の <function>com_load</function> 関数が返すものです
(この関数は PHP 5 には存在しません。かわりに
<xref linkend="class.com"/> クラスを使用します)。
</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
-->