mirror of
https://github.com/php-win-ext/pecl-expect.git
synced 2026-03-24 05:02:05 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a86d23ae6 | ||
|
|
8a390dd154 | ||
|
|
cb5d842bc0 |
@@ -9,9 +9,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
<description>This extension allows to interact with processes through PTY, using expect library.
|
||||
</description>
|
||||
<lead>
|
||||
<name>Michael Spector</name>
|
||||
<user>michael</user>
|
||||
<email>michael@php.net</email>
|
||||
<name>Simon Bazley</name>
|
||||
<user>sibaz</user>
|
||||
<email>sibaz@sibaz.com</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2020-01-13</date>
|
||||
@@ -26,7 +26,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<notes>
|
||||
Added LICENSE. Fixed RPM build for 64bit.
|
||||
Added code to support API for PHP 7.x
|
||||
Updated build scripts, to support 64bit centos
|
||||
</notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
extern zend_module_entry expect_module_entry;
|
||||
#define phpext_expect_ptr &expect_module_entry
|
||||
|
||||
#define PHP_EXPECT_VERSION "0.3.4"
|
||||
#define PHP_EXPECT_VERSION "0.4.0"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_EXPECT_API __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user