mirror of
https://github.com/php-win-ext/pecl-expect.git
synced 2026-03-24 05:02:05 +01:00
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@269920 c90b9560-bf6c-de11-be94-00142212c4b1
35 lines
970 B
XML
35 lines
970 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
|
|
<package>
|
|
<name>expect</name>
|
|
<summary>PHP extension for expect library</summary>
|
|
<description>This extension allows to interact with processes through PTY, using expect library.</description>
|
|
<license>PHP License</license>
|
|
<maintainers>
|
|
<maintainer>
|
|
<user>michael</user>
|
|
<name>Michael Spector</name>
|
|
<email>michael@php.net</email>
|
|
</maintainer>
|
|
</maintainers>
|
|
|
|
<release>
|
|
<version>0.2.5</version>
|
|
<date>2008-11-27</date>
|
|
<state>beta</state>
|
|
<notes>Fixed bug #14768 (configure error in Ubuntu 8.04)
|
|
</notes>
|
|
</release>
|
|
|
|
<filelist>
|
|
<dir role="doc" name="/">
|
|
<file role="src">config.m4</file>
|
|
<file role="src">expect.dsp</file>
|
|
<file role="src">config.w32</file>
|
|
<file role="src">expect.c</file>
|
|
<file role="src">expect_fopen_wrapper.c</file>
|
|
<file role="src">php_expect.h</file>
|
|
</dir>
|
|
</filelist>
|
|
</package>
|