mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 16:02:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@328132 c90b9560-bf6c-de11-be94-00142212c4b1
75 lines
2.0 KiB
XML
75 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: aa7e8f8645399c8e2d1beb51d8badeb8d77c63ad Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<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>
|
|
Las funciones de COM únicamente están disponibles para la versión de Windows de PHP.
|
|
</para>
|
|
<para>
|
|
El soporte para .Net support requiere PHP 5 y .Net runtime.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
<section xml:id="com.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
A partir de PHP 5.3.15 / 5.4.5, esta extensión requiere <filename>php_com_dotnet.dll</filename>
|
|
para habilitarla dentro de &php.ini; para poder usar estas funciones. Las versiones anteriores de
|
|
PHP habilitaban estas extensiones de manera predeterminada.
|
|
</para>
|
|
<para>
|
|
Usted tienen la responsabilidada de instalar el soporte para los diversos objetos COM
|
|
que tenga intención de usar (como MS Word); no incluimos ni podemos incluir todos
|
|
estos con PHP.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.com.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="com.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Esta extension define una referencia a un componente COM devuelto por
|
|
la obsoleta <function>com_load</function> (esta función no existe en
|
|
PHP 5; en su lugar use la clase <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
|
|
-->
|
|
|