Skip to content

Commit

Permalink
prepare v2.2.2
Browse files Browse the repository at this point in the history
* Fix JSON coversion (see gh issue #47)
  • Loading branch information
m6w6 committed Jun 12, 2023
1 parent 63aa327 commit b86e51c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2023-03-03</date>
<date>2023-06-12</date>
<version>
<release>2.2.1</release>
<release>2.2.2</release>
<api>2.1.0</api>
</version>
<stability>
Expand All @@ -52,7 +52,7 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fixed PHP-8.2 compatibility (see gh issue #46)
* Fix JSON coversion (see gh issue #47)
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -138,6 +138,7 @@
<file role="test" name="flush001.phpt" />
<file role="test" name="gh-issue015_listeners.phpt" />
<file role="test" name="gh-issue015_statements.phpt" />
<file role="test" name="gh-issue047_jsonb.phpt" />
<file role="test" name="info001.phpt" />
<file role="test" name="info002.phpt" />
<file role="test" name="lob001.phpt" />
Expand Down
2 changes: 1 addition & 1 deletion php_pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H

#define PHP_PQ_VERSION "2.2.1"
#define PHP_PQ_VERSION "2.2.2"

#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)
Expand Down

0 comments on commit b86e51c

Please sign in to comment.