Skip to content

Commit

Permalink
Merge branch 'v0.4.x' into v1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshplus committed Oct 29, 2020
2 parents 49d98ca + c559026 commit dfbfc1a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please download the pre-build version on [Release page](https://github.com/win32

## Prerequisites

* Install an build environment for PHP 7+. [See for help](https://wiki.php.net/internals/windows/stepbystepbuild)
* Install a build environment for PHP 7+. [See for help](https://wiki.php.net/internals/windows/stepbystepbuild)
* Clone this repository on `<path to php source>\..\pecl\win32service`

## Build
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This version is only for PHP 8+

* Upgrade to PHP 8.0.

# Version 0.4.2 (in-dev)
# Version 0.4.2 (2020-10-29)

* Add email address for send feedback
* Add contact information for send feedback


# Version 0.4.1 (2019-06-26)
Expand Down
25 changes: 19 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<email>jbnahan@php.net</email>
<active>yes</active>
</lead>
<date>2019-06-26</date>
<time>21:00:00</time>
<date>2020-10-29</date>
<time>22:45:00</time>
<version>
<release>0.4.1</release>
<release>0.4.2</release>
<api>0.3.0</api>
</version>
<stability>
Expand All @@ -34,9 +34,8 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes><![CDATA[
* Remove the PHP version check. For fix the PHP crashes when `phpinfo` is called by CGI SAPI. (issue [#45](https://github.com/win32service/win32service/issues/45))
* Fix PHP 7.4 errors in object example (issue [#46](https://github.com/win32service/win32service/issues/46))
The binary is also available here: https://github.com/win32service/win32service/releases/tag/v0.4.1
* Add contact information for send feedback
The binary is also available here: https://github.com/win32service/win32service/releases/tag/v0.4.2
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -69,6 +68,20 @@
<providesextension>win32service</providesextension>
<extsrcrelease/>
<changelog>
<release>
<version>
<release>0.4.2</release>
<api>0.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes><![CDATA[
* Add contact information for send feedback
]]></notes>
</release>
<release>
<version>
<release>0.4.1</release>
Expand Down

0 comments on commit dfbfc1a

Please sign in to comment.