Upgraded PHP LICENSE to version 3.01. Released a new version.

git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
michael
2015-09-11 17:46:51 +00:00
parent 962f488073
commit 9ff8bd236f
3 changed files with 9 additions and 9 deletions

10
LICENSE
View File

@@ -1,6 +1,6 @@
--------------------------------------------------------------------
The PHP License, version 3.0
Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
The PHP License, version 3.01
Copyright (c) 1999 - 2014 The PHP Group. All rights reserved.
--------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -38,8 +38,8 @@ are met:
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes PHP, freely available from
<http://www.php.net/>".
"This product includes PHP software, freely available from
<http://www.php.net/software/>".
THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -64,5 +64,5 @@ The PHP Group can be contacted via Email at group@php.net.
For more information on the PHP Group and the PHP project,
please see <http://www.php.net>.
This product includes the Zend Engine, freely available at
PHP includes the Zend Engine, freely available at
<http://www.zend.com>.

View File

@@ -17,8 +17,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<date>2015-09-11</date>
<time>15:25:00</time>
<version>
<release>0.3.2</release>
<api>0.3.2</api>
<release>0.3.3</release>
<api>0.3.3</api>
</version>
<stability>
<release>stable</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 #70458
Added LICENSE. Fixed RPM build for 64bit.
</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.2"
#define PHP_EXPECT_VERSION "0.3.3"
#ifdef PHP_WIN32
#define PHP_EXPECT_API __declspec(dllexport)