<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite/tests, branch php-5.2.17</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection</title>
<updated>2009-10-12T19:04:00+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2009-10-12T19:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b46243e2e2e645896f6ea09061923acff8f9138e'/>
<id>b46243e2e2e645896f6ea09061923acff8f9138e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set</title>
<updated>2009-06-25T00:07:20+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-06-25T00:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bcf5793b56d9b9eaa991b5dafbc58196dc303cb1'/>
<id>bcf5793b56d9b9eaa991b5dafbc58196dc303cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add new test</title>
<updated>2006-09-10T19:42:12+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-09-10T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4dd2a598f36ec21db31cc695cb5a2286e482e7db'/>
<id>4dd2a598f36ec21db31cc695cb5a2286e482e7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing skipif conditions</title>
<updated>2005-12-21T11:42:06+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2005-12-21T11:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c92ae847c78ba8b1ceba88755e5aca4412230608'/>
<id>c92ae847c78ba8b1ceba88755e5aca4412230608</id>
<content type='text'>
fix existing ones

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix existing ones

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated libsqlite in ext/sqlite to 2.8.17.</title>
<updated>2005-12-20T15:26:26+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2005-12-20T15:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=61c9b22536b74a47211136f73e0d1035fd869999'/>
<id>61c9b22536b74a47211136f73e0d1035fd869999</id>
<content type='text'>
Use in-memory database for tests.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use in-memory database for tests.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value is</title>
<updated>2005-11-17T14:38:36+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2005-11-17T14:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d7346692304ef365014362321360fa828ab28cbc'/>
<id>d7346692304ef365014362321360fa828ab28cbc</id>
<content type='text'>
being used).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
being used).

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix test expectations - we are no detecting the error earlier</title>
<updated>2005-11-03T23:48:09+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-11-03T23:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf9a25d0bba726f033ac56c07c4bb253cb659c29'/>
<id>bf9a25d0bba726f033ac56c07c4bb253cb659c29</id>
<content type='text'>
# Unfortunatley we also lower the severity here because sqlite's error
# facility is dealing with the problem at this early stage as E_WARNING.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Unfortunatley we also lower the severity here because sqlite's error
# facility is dealing with the problem at this early stage as E_WARNING.

</pre>
</div>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2005-09-16T07:41:08+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-09-16T07:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=69edc17192748fbfd899631898a14a659bf9ddbd'/>
<id>69edc17192748fbfd899631898a14a659bf9ddbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adopt generic PDO test suite</title>
<updated>2005-07-07T13:04:26+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2005-07-07T13:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f94f36fee8e86c9c4a4022d4080638885d77793e'/>
<id>f94f36fee8e86c9c4a4022d4080638885d77793e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st</title>
<updated>2005-05-26T18:36:18+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-05-26T18:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9b3929a7e9d07ca63e702a6ea0ad1ac6f9f8a36e'/>
<id>9b3929a7e9d07ca63e702a6ea0ad1ac6f9f8a36e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
