prepare release 2.1.5
authorMichael Wallner <mike@php.net>
Mon, 14 Jan 2019 13:53:34 +0000 (14:53 +0100)
committerMichael Wallner <mike@php.net>
Mon, 14 Jan 2019 13:53:34 +0000 (14:53 +0100)
* Fix PHP-7.3 compatibility

package.xml
php_pq.h

index 57bc135e8c6412c663bd77aba5f2a60fc5ea3425..bde31455ac6542ce6d2f2df5fe80a8bc7056c00a 100644 (file)
@@ -41,9 +41,9 @@
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
- <date>2018-06-26</date>
+ <date>2019-01-14</date>
  <version>
  <version>
-  <release>2.1.4</release>
+  <release>2.1.5</release>
   <api>2.1.0</api>
  </version>
  <stability>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -52,7 +52,7 @@
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fix gh-issue #30: pq\Types is restricted to non-composite types
+* Fix PHP-7.3 compatibility
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index df357ab16bae557d396d56b6ae8f47dfd813edbe..cacd6c61c54343bf45fa6110e55ece32a09d4226 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
-#define PHP_PQ_VERSION "2.1.4"
+#define PHP_PQ_VERSION "2.1.5"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)