Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
* Added public readonly array pq\Result::$diag property, listing
  PQresultErrorField details (gh-issue #14)
* Restore listeners and prepared statements after a connection reset
  (gh-issue #15)
* Added pq\Connection::$nonblocking and pq\Connection::flush() to
  support non-blocking writes (gh-issue #16)
  • Loading branch information
m6w6 committed May 20, 2016
1 parent a3df086 commit a52040f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2016-05-17</date>
<date>2016-05-20</date>
<version>
<release>1.1.0dev</release>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
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 "1.1.0dev"
#define PHP_PQ_VERSION "1.1.0"

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

0 comments on commit a52040f

Please sign in to comment.