<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/adodb.inc.php, branch v5.22.2</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.2</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.2'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2022-05-08T10:01:41Z</updated>
<entry>
<title>Bump version to 5.22.2</title>
<updated>2022-05-08T10:01:41Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-05-08T10:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=876bc2287171ea96a571f84c23845e44a759d9a0'/>
<id>urn:sha1:876bc2287171ea96a571f84c23845e44a759d9a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.22.2-dev</title>
<updated>2022-04-03T11:55:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-04-03T11:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=00b6976f7513cec7dd1e2f62a1584bed1873be70'/>
<id>urn:sha1:00b6976f7513cec7dd1e2f62a1584bed1873be70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.22.1</title>
<updated>2022-03-30T08:49:08Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-30T08:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=64cfc1a65648e4d1245c724ca0c347c9c5eaf2f6'/>
<id>urn:sha1:64cfc1a65648e4d1245c724ca0c347c9c5eaf2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve PHPDoc for memcache properties in ADOConnection</title>
<updated>2022-03-30T08:38:22Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-29T15:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=8a0ee40f70871b5bdd39f94e8d3aeca03e291a68'/>
<id>urn:sha1:8a0ee40f70871b5bdd39f94e8d3aeca03e291a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PHPDoc</title>
<updated>2022-03-20T10:27:30Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-20T10:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=21ad50724b8bf909da0a4612e81e9589fcc26e55'/>
<id>urn:sha1:21ad50724b8bf909da0a4612e81e9589fcc26e55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove mysql, mysqlpo and mysqlt drivers</title>
<updated>2022-02-19T23:33:09Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-02-19T23:33:09Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=fdf2abb54f85e43cbe50c31b600ee45498c441ea'/>
<id>urn:sha1:fdf2abb54f85e43cbe50c31b600ee45498c441ea</id>
<content type='text'>
These legacy drivers are all based on the old mysql extension, which was
deprecated in PHP 5.5 and removed in PHP 7.0.

Fixes #804
</content>
</entry>
<entry>
<title>Bump version to 5.22.0</title>
<updated>2022-02-07T23:42:42Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-02-07T23:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d99127b8811a9f949c00ab425065e380dce6bdc1'/>
<id>urn:sha1:d99127b8811a9f949c00ab425065e380dce6bdc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ADOConnection::releaseStatement() method</title>
<updated>2022-01-16T17:13:31Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-01-16T17:13:31Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e8522adeb44b2490b4293776704dd29627d92837'/>
<id>urn:sha1:e8522adeb44b2490b4293776704dd29627d92837</id>
<content type='text'>
This allows Oracle users to avoid reaching the maximum open cursors
limit by releasing the statement resource allocated by oci_parse(), and
prevent occurrence of an ORA-01000 error.

The resource is cleared (set to null) after freeing statement, to avoid
keeping a resource of type Unknown in the statement.

Fixes #770
</content>
</entry>
<entry>
<title>No need to define $dsnType in ADODB_pdo anymore</title>
<updated>2022-01-08T10:40:15Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-01-08T10:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e8afdc9ded867453f98cc610cc6d47b1845fe20c'/>
<id>urn:sha1:e8afdc9ded867453f98cc610cc6d47b1845fe20c</id>
<content type='text'>
It is declared in ADOConnection since e3fa991cab89ceb9724bf8c19676a450ee62a1f8.

Convert ADOConnection::$dsnType comment to PHPDoc.

Issue #789
</content>
</entry>
<entry>
<title>PHPDoc update</title>
<updated>2022-01-08T10:29:20Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-01-08T10:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=46bd8eccdec4258b9ed0422af44511dc16078028'/>
<id>urn:sha1:46bd8eccdec4258b9ed0422af44511dc16078028</id>
<content type='text'>
</content>
</entry>
</feed>
