3 Commits

Author SHA1 Message Date
Simon Bazley
5a86d23ae6 Set myself as lead, so I can upload release 2020-01-13 18:28:31 +00:00
Simon Bazley
8a390dd154 Updated release notes 2020-01-13 18:23:05 +00:00
Simon Bazley
cb5d842bc0 Bumped version to 0.4.0 2020-01-13 18:11:10 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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="/">

View File

@@ -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)