Skip to content

Commit

Permalink
prep for v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Apr 19, 2020
1 parent 00c1700 commit e158c3a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ DB is compatible with PHP 5 and PHP 7.
<name>Daniel Convissor</name>
<user>danielc</user>
<email>danielc@php.net</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Adam Harvey</name>
<user>aharvey</user>
<email>aharvey@php.net</email>
<active>yes</active>
<active>no</active>
</lead>
<developer>
<name>Stig Bakken</name>
Expand All @@ -65,19 +65,21 @@ DB is compatible with PHP 5 and PHP 7.
<email>cox@idecnet.com</email>
<active>no</active>
</developer>
<date>2018-12-05</date>
<date>2020-04-19</date>
<version>
<release>1.9.3</release>
<api>1.9.0</api>
<release>1.10.0</release>
<api>1.10.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* PR #4: Change pg_exec to pg_query
* PR #5: added php72
* PR # 7: Fixes an issue with oci8 driver
* PR # 8: each() deprecated in PHP 7.2
* PR # 9: Add recognition for error codes for Deadlocks and lock timeouts
* PR #10: Remove curly brace array/string offset access
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit e158c3a

Please sign in to comment.