<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/drivers/adodb-mssql.inc.php, branch v5.20.11</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.20.11</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.20.11'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2018-03-30T00:29:00Z</updated>
<entry>
<title>Bump version to 5.20.11</title>
<updated>2018-03-30T00:29:00Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2018-03-30T00:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=37b20820ba512ae684c06b93171921037bc6704b'/>
<id>urn:sha1:37b20820ba512ae684c06b93171921037bc6704b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix potential SQL injection in SelectLimit()</title>
<updated>2018-03-30T00:24:54Z</updated>
<author>
<name>Dave Paul</name>
<email>dave.paul@jadu.net</email>
</author>
<published>2018-03-06T15:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d29c23f2264ec95c6d3851e0f51ce240b2f36b74'/>
<id>urn:sha1:d29c23f2264ec95c6d3851e0f51ce240b2f36b74</id>
<content type='text'>
The `SelectLimit` function has a potential SQL injection vulnerability
through the use of the `nrows` and `offset` parameters which are not
forced to integers.

This is a follow-up on #311, and fixes all remaining drivers that do not
use ADOConnection::SelectLimit().

Fixes #401

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;

Original commits squashed, message reworded. Fixed whitespace.
</content>
</entry>
<entry>
<title>Replace create_function() by anonymous functions</title>
<updated>2018-03-29T23:19:24Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2018-03-29T22:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=7756fa6026aa55bfca7acef99846325142687508'/>
<id>urn:sha1:7756fa6026aa55bfca7acef99846325142687508</id>
<content type='text'>
create_function() is deprecated in PHP 7.2
http://php.net/manual/en/function.create-function.php

Fixes #404
</content>
</entry>
<entry>
<title>Bump version to 5.20.10</title>
<updated>2018-03-08T22:32:18Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2018-03-08T22:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2db8794c142ecc9ca9c5398737bb35ca39031fe3'/>
<id>urn:sha1:2db8794c142ecc9ca9c5398737bb35ca39031fe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.20.9</title>
<updated>2016-12-21T17:19:42Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-12-21T17:19:42Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=f601748cca1ccb86dfd427620a1692a70e681075'/>
<id>urn:sha1:f601748cca1ccb86dfd427620a1692a70e681075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.20.8</title>
<updated>2016-12-17T14:18:16Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-12-17T14:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=1ff1d8817033d3e18da751e47d8db4a5053fe810'/>
<id>urn:sha1:1ff1d8817033d3e18da751e47d8db4a5053fe810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.20.7</title>
<updated>2016-09-20T06:29:42Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-09-20T06:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5022ed61cdda0950b404bedb01c52020f736526f'/>
<id>urn:sha1:5022ed61cdda0950b404bedb01c52020f736526f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2016-09-20T06:29:42Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-09-14T16:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e5b5773c387b0b7e4c651cf54b0b51fc6a362f96'/>
<id>urn:sha1:e5b5773c387b0b7e4c651cf54b0b51fc6a362f96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.20.6</title>
<updated>2016-08-31T14:21:42Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-08-31T14:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=66b60ff95a969d7d79d385a25779e7d375a8040d'/>
<id>urn:sha1:66b60ff95a969d7d79d385a25779e7d375a8040d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 5.20.5</title>
<updated>2016-08-10T11:08:40Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2016-08-10T11:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=7ce997d4c5957a1a96e7ab483ad088b15f02b191'/>
<id>urn:sha1:7ce997d4c5957a1a96e7ab483ad088b15f02b191</id>
<content type='text'>
</content>
</entry>
</feed>
