2011-10-07 12:56:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
|
|
|
|
<section xml:id="mysqlnd-uh.configuration" xmlns="http://docbook.org/ns/docbook">
|
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
|
|
|
<title>Mysqlnd_uh &ConfigureOptions;</title>
|
|
|
|
<tgroup cols="4">
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
|
|
|
<entry>&Changelog;</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
2012-12-02 05:35:51 +00:00
|
|
|
<tbody xml:id="mysqlnd-uh.configuration.list">
|
2011-10-07 12:56:30 +00:00
|
|
|
<row>
|
2012-01-11 07:37:46 +00:00
|
|
|
<entry><link linkend="ini.mysqlnd-uh.enable">mysqlnd_uh.enable</link></entry>
|
2011-10-07 12:56:30 +00:00
|
|
|
<entry>1</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_SYSTEM</entry>
|
2011-10-07 12:56:30 +00:00
|
|
|
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2012-01-11 07:37:46 +00:00
|
|
|
<entry><link linkend="ini.mysqlnd-uh.report-wrong-types">mysqlnd_uh.report_wrong_types</link></entry>
|
2011-10-07 12:56:30 +00:00
|
|
|
<entry>1</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2011-10-07 12:56:30 +00:00
|
|
|
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="ini.mysqlnd-uh.enable">
|
|
|
|
<term>
|
|
|
|
<parameter>mysqlnd_uh.enable</parameter>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2011-10-07 12:56:30 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Enables or disables the plugin. If set to disabled, the extension will not
|
|
|
|
allow users to plug into
|
|
|
|
<link linkend="book.mysqlnd">mysqlnd</link> to hook
|
|
|
|
<link linkend="book.mysqlnd">mysqlnd</link> calls.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.mysqlnd-uh.report-wrong-types">
|
|
|
|
<term>
|
|
|
|
<parameter>mysqlnd_uh.report_wrong_types</parameter>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2011-10-07 12:56:30 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2012-04-27 05:47:52 +00:00
|
|
|
Whether to report wrong return value types of user hooks as
|
|
|
|
<constant>E_WARNING</constant> level errors. This is recommended
|
|
|
|
for detecting errors.
|
2011-10-07 12:56:30 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
</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
|
|
|
|
-->
|