2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 06:57:16 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="expect.configuration" xmlns="http://docbook.org/ns/docbook">
|
2005-10-02 06:53:45 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
In order to configure expect extension, there are configuration options
|
|
|
|
in the <link linkend="configuration.file">configuration file</link> &php.ini;.
|
2005-10-03 15:01:55 +00:00
|
|
|
<table>
|
2005-10-03 11:57:10 +00:00
|
|
|
<title>Expect &ConfigureOptions;</title>
|
2005-10-02 06:53:45 +00:00
|
|
|
<tgroup cols="4">
|
|
|
|
<thead>
|
|
|
|
<row>
|
2005-10-03 11:57:10 +00:00
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
2005-10-02 21:30:21 +00:00
|
|
|
<entry>Changelog</entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.expect.timeout">expect.timeout</link></entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
<entry>"10"</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2005-10-02 21:30:21 +00:00
|
|
|
<entry></entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.expect.loguser">expect.loguser</link></entry>
|
2005-11-18 20:56:47 +00:00
|
|
|
<entry>"1"</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2005-10-02 21:30:21 +00:00
|
|
|
<entry></entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2009-01-09 17:33:40 +00:00
|
|
|
<entry><link linkend="ini.expect.logfile">expect.logfile</link></entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2005-10-02 21:30:21 +00:00
|
|
|
<entry></entry>
|
2005-10-02 06:53:45 +00:00
|
|
|
</row>
|
2011-01-09 08:11:32 +00:00
|
|
|
<row>
|
2012-01-12 12:40:04 +00:00
|
|
|
<entry><link linkend="ini.expect.match-max">expect.match_max</link></entry>
|
2011-01-09 08:11:32 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2011-01-09 08:11:32 +00:00
|
|
|
<entry></entry>
|
|
|
|
</row>
|
2005-10-02 06:53:45 +00:00
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2005-10-03 15:01:55 +00:00
|
|
|
&ini.php.constants;
|
|
|
|
</para>
|
2005-10-02 06:53:45 +00:00
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
|
|
|
<para>
|
2005-10-03 15:01:55 +00:00
|
|
|
<variablelist>
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.expect.timeout">
|
2005-10-03 15:01:55 +00:00
|
|
|
<term>
|
|
|
|
<parameter>expect.timeout</parameter>
|
|
|
|
<type>integer</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
The timeout period for waiting for the data, when using the
|
|
|
|
<function>expect_expectl</function> function.
|
|
|
|
</para>
|
2005-10-02 06:53:45 +00:00
|
|
|
<para>
|
2005-10-03 15:01:55 +00:00
|
|
|
A value of "-1" disables a timeout from occurring.
|
2005-10-02 06:53:45 +00:00
|
|
|
</para>
|
2005-10-03 15:01:55 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
A value of "0" causes the <function>expect_expectl</function>
|
|
|
|
function to return immediately.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-10-02 06:53:45 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.expect.loguser">
|
2005-10-03 15:01:55 +00:00
|
|
|
<term>
|
|
|
|
<parameter>expect.loguser</parameter>
|
|
|
|
<type>boolean</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Whether expect should send any output from the spawned process to stdout.
|
|
|
|
Since interactive programs typically echo their input, this usually suffices
|
|
|
|
to show both sides of the conversation.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-10-02 06:53:45 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.expect.logfile">
|
2005-10-03 15:01:55 +00:00
|
|
|
<term>
|
|
|
|
<parameter>expect.logfile</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Name of the file, where the output from the spawned process will be
|
|
|
|
written. If this file doesn't exist, it will be created.
|
2005-10-02 06:53:45 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
If this configuration is not empty, the output is written regardless of
|
2005-10-03 11:57:10 +00:00
|
|
|
the value of <link linkend="ini.expect.loguser">expect.loguser</link>.
|
2005-10-02 06:53:45 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
2005-10-03 15:01:55 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-10-02 06:53:45 +00:00
|
|
|
|
2012-01-12 12:40:04 +00:00
|
|
|
<varlistentry xml:id="ini.expect.match-max">
|
2011-01-09 08:11:32 +00:00
|
|
|
<term>
|
|
|
|
<parameter>expect.match_max</parameter>
|
|
|
|
<type>integer</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2011-10-06 09:41:05 +00:00
|
|
|
Changes default size (2000 bytes) of the buffer used to match asterisks
|
|
|
|
in patterns.
|
2011-01-09 08:11:32 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-10-03 15:01:55 +00:00
|
|
|
</variablelist>
|
2005-10-02 06:53:45 +00:00
|
|
|
</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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-10-02 06:53:45 +00:00
|
|
|
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
|
|
|
|
-->
|