<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb, branch v5.22.7</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.7</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.7'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2023-11-04T22:25:49Z</updated>
<entry>
<title>Bump version to 5.22.7</title>
<updated>2023-11-04T22:25:49Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-11-04T22:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e7150539d5707ae556172532e2b25ac4e88cb2a6'/>
<id>urn:sha1:e7150539d5707ae556172532e2b25ac4e88cb2a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oci8: Fix Automatic conversion of false to array</title>
<updated>2023-11-04T21:35:38Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-11-04T21:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=db36e36d57a347288c185f09cf2ad0c9f7ae3607'/>
<id>urn:sha1:db36e36d57a347288c185f09cf2ad0c9f7ae3607</id>
<content type='text'>
On PHP 8.1, when the _query() method is called, the oci8 driver throws
Automatic conversion of false to array is deprecated.

Fixes #998
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2023-11-01T14:09:15Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-11-01T14:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=ef8748d4343539debfd2cff6bf2f9314af8d9550'/>
<id>urn:sha1:ef8748d4343539debfd2cff6bf2f9314af8d9550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mysqli bulkBind reset after one call</title>
<updated>2023-11-01T13:54:02Z</updated>
<author>
<name>Sidney Beck Nys</name>
<email>sb@ipwsystems.dk</email>
</author>
<published>2023-10-05T12:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=4b5f56ee5193e0f0e64711dfba226eabd7260d55'/>
<id>urn:sha1:4b5f56ee5193e0f0e64711dfba226eabd7260d55</id>
<content type='text'>
Stored the current bulkBind value in a variable so $this-&gt;bulkBind can
be reset after being set to false.

Fixes #1000 (PR #1300)
</content>
</entry>
<entry>
<title>Prevent str_replace NULL test error in PHP 8.1 (#1005)</title>
<updated>2023-11-01T12:59:28Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2023-11-01T12:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=1501ccd07868d626a51802d14ed41ed05a3532ad'/>
<id>urn:sha1:1501ccd07868d626a51802d14ed41ed05a3532ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary is_array() check</title>
<updated>2023-07-25T11:39:19Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-07-25T11:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=9ff17cf31ac8835d2bf802ff6a36abb12fe682ac'/>
<id>urn:sha1:9ff17cf31ac8835d2bf802ff6a36abb12fe682ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oci8: deprecation warning in selecLimit() on PHP 8.1</title>
<updated>2023-07-25T11:35:19Z</updated>
<author>
<name>wesyah234</name>
<email>wesyah234@users.noreply.github.com</email>
</author>
<published>2023-06-26T20:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=88584c9526b0beeb4e0c5fd987b37acb42b6bdb8'/>
<id>urn:sha1:88584c9526b0beeb4e0c5fd987b37acb42b6bdb8</id>
<content type='text'>
'Automatic conversion of false to array is deprecated' warning is
triggered when $inputarr parameter is not provided (defaulted to false).

Fixes #992
</content>
</entry>
<entry>
<title>Update Changelog</title>
<updated>2023-06-12T13:46:07Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-06-12T13:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=242f31641be681ab5f65da37a329da00e41fbe0e'/>
<id>urn:sha1:242f31641be681ab5f65da37a329da00e41fbe0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Respect @ operator in all error handlers on PHP 8</title>
<updated>2023-06-12T13:43:06Z</updated>
<author>
<name>Nathan Gibbs</name>
<email>nathan@cmpublishers.com</email>
</author>
<published>2023-06-12T13:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=50db1018c3d2ac9ef73aeaf0bb545d606c88f7f3'/>
<id>urn:sha1:50db1018c3d2ac9ef73aeaf0bb545d606c88f7f3</id>
<content type='text'>
error_reporting()'s return value for suppressed errors changed from 0 to
4437 in PHP 8.0.0 [1]. 

Follow up on commit 943ac8a7de20117d85860a9b67f9eb65c5dfe4d7.

Fixes #981 (PR #984)</content>
</entry>
<entry>
<title>Update ADODB_db2::_query() declaration to match parent</title>
<updated>2023-06-12T09:32:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-06-12T09:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=fc0093064d6eaf1862f3bf9ff2c75f3238903578'/>
<id>urn:sha1:fc0093064d6eaf1862f3bf9ff2c75f3238903578</id>
<content type='text'>
Regression from ae2438b731d24bf0bb159a738599b9266120e96e.

Fixes #987
</content>
</entry>
</feed>
