betz Thu Sep 12 16:30:46 2002 EDT
Added files:
/phpdoc/en/reference/com ini.xml
Modified files:
/phpdoc/en/reference/com reference.xml
Log:
ini.xml added, linked in reference
Index: phpdoc/en/reference/com/reference.xml
diff -u phpdoc/en/reference/com/reference.xml:1.3
phpdoc/en/reference/com/reference.xml:1.4
--- phpdoc/en/reference/com/reference.xml:1.3 Fri Apr 19 10:28:09 2002
+++ phpdoc/en/reference/com/reference.xml Thu Sep 12 16:30:45 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.com">
<title>COM support functions for Windows</title>
<titleabbrev>COM</titleabbrev>
@@ -19,11 +19,22 @@
interface and hiding the implementation details such as executable location and
the language it was written in.
</para>
+ </section>
+
+ <section id="com.requirements">
+ &reftitle.required;
<para>
COM functions are only available on the Windows version of PHP.
</para>
</section>
-
+
+ <section id="com.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+ &reference.com.ini;
+
&reference.com.constants;
<section id="com.seealso">
Index: phpdoc/en/reference/com/ini.xml
+++ phpdoc/en/reference/com/ini.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="com.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Com configuration options</title>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
<entry>Default</entry>
<entry>Changeable</entry>
</row>
</thead>
<tbody>
<row>
<entry>com.allow_dcom</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>com.autoregister_typelib</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>com.autoregister_verbose</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>com.autoregister_casesensitive</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry>com.typelib_file</entry>
<entry>""</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
</tbody>
</tgroup>
</table>
For further details and definition of the PHP_INI_* constants see
<function>ini_set</function>.
</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:"../../../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
-->
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php