1 Commits
0.2.8 ... 0.2.9

Author SHA1 Message Date
michael
4411953272 Provide a default value for expect.match_max (Bug #21823)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@307741 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-25 21:07:27 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ PHP_INI_BEGIN()
PHP_INI_ENTRY("expect.timeout", "10", PHP_INI_ALL, OnSetExpectTimeout)
PHP_INI_ENTRY_EX("expect.loguser", "1", PHP_INI_ALL, OnSetExpectLogUser, php_ini_boolean_displayer_cb)
PHP_INI_ENTRY("expect.logfile", "", PHP_INI_ALL, OnSetExpectLogFile)
PHP_INI_ENTRY("expect.match_max", "", PHP_INI_ALL, OnSetExpectMatchMax)
PHP_INI_ENTRY("expect.match_max", "5000", PHP_INI_ALL, OnSetExpectMatchMax)
PHP_INI_END()

View File

@@ -14,11 +14,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>michael@php.net</email>
<active>yes</active>
</lead>
<date>2011-01-09</date>
<time>08:31:00</time>
<date>2011-01-25</date>
<time>23:07:00</time>
<version>
<release>0.2.8</release>
<api>0.2.8</api>
<release>0.2.9</release>
<api>0.2.9</api>
</version>
<stability>
<release>beta</release>
@@ -26,7 +26,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Fixed bug #16836 (introduce expect.match_max .ini parameter for asterisk match buffer size)
Provide a default value for expect.match_max (Bug #21823)
</notes>
<contents>
<dir name="/">