1
0
mirror of https://github.com/php/doc-it.git synced 2026-04-23 15:28:17 +02:00
Files
archived-doc-it/reference/com/ini.xml
T
Marco Cucinato fa9d85140c Initial release
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@117657 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-23 08:52:47 +00:00

73 lines
1.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- En-Revision: 1.2 Maintainer: cucinato Status: ready -->
<section id="com.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>opzioni di configurazione Com</title>
<tgroup cols="3">
<thead>
<row>
<entry>Nome</entry>
<entry>Default</entry>
<entry>Modificabile in</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>
Per ulteriori dettagli e definizioni delle costanti PHP_INI_* vedere
<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
-->