release v2.0.1 release-2.0.1
authorMichael Wallner <mike@php.net>
Fri, 25 Oct 2019 07:29:44 +0000 (09:29 +0200)
committerMichael Wallner <mike@php.net>
Fri, 25 Oct 2019 07:29:44 +0000 (09:29 +0200)
* Fixed pointless initialization of persistent handles lists on cleanup
* Fixed Windows build (Jan Ehrhardt)

package.xml
php_raphf.h

index d4cf12adeb599100053e5129367fec94c98ce649..600d38bc70a3151f09b2cc32538ef324bf2fe840 100644 (file)
@@ -19,18 +19,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2016-04-28</date>
+ <date>2019-10-25</date>
  <version>
-  <release>2.0.1dev</release>
+  <release>2.0.1</release>
   <api>2.0.0</api>
  </version>
  <stability>
   <release>stable</release>
   <api>stable</api>
  </stability>
- <license>BSD, revised</license>
+ <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
 * Fixed pointless initialization of persistent handles lists on cleanup
+* Fixed Windows build (Jan Ehrhardt)
 ]]></notes>
  <contents>
   <dir name="/">
index f94700232aa6901e6c25cdc9e7badf186f3036e3..6addf5042617c40e483a8a30e4dbac30bae72581 100644 (file)
@@ -16,7 +16,7 @@
 extern zend_module_entry raphf_module_entry;
 #define phpext_raphf_ptr &raphf_module_entry
 
-#define PHP_RAPHF_VERSION "2.0.1dev"
+#define PHP_RAPHF_VERSION "2.0.1"
 
 #ifdef PHP_WIN32
 #      define PHP_RAPHF_API __declspec(dllexport)