<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_sqlite/php_pdo_sqlite_int.h, branch php-5.3.0beta1</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>MFH: Bump copyright year, 3 of 3.</title>
<updated>2008-12-31T11:15:49+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2008-12-31T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=08659c2dcdf169368ba6af691310e4a150596f48'/>
<id>08659c2dcdf169368ba6af691310e4a150596f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump copyright year, 2 of 2.</title>
<updated>2007-12-31T07:17:19+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-12-31T07:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d1dded875129c9f6f3ed191653ac5c8fdaad7f13'/>
<id>d1dded875129c9f6f3ed191653ac5c8fdaad7f13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2007-01-01T09:36:18+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-01-01T09:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4223aa4d5e0f643c2f78f509a32a0ada4eddce91'/>
<id>4223aa4d5e0f643c2f78f509a32a0ada4eddce91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump year and license version</title>
<updated>2006-01-01T12:51:34+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2006-01-01T12:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5bd93221a8d7f697cad7aeda4f10da08372315e0'/>
<id>5bd93221a8d7f697cad7aeda4f10da08372315e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work in progress on UDF.</title>
<updated>2005-06-10T02:50:37+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2005-06-10T02:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be76bd5278ff3c9b772df6acc9a9623f6fafe199'/>
<id>be76bd5278ff3c9b772df6acc9a9623f6fafe199</id>
<content type='text'>
Something is hokey in HEAD, checking it in to try it on another box.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Something is hokey in HEAD, checking it in to try it on another box.

</pre>
</div>
</content>
</entry>
<entry>
<title>meta data for sqlite3.</title>
<updated>2004-09-26T20:46:35+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-09-26T20:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=486b4269475509161fd52877df03b9a725652e6c'/>
<id>486b4269475509161fd52877df03b9a725652e6c</id>
<content type='text'>
Fix repeated executes when the entire rowset has not been consumed.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix repeated executes when the entire rowset has not been consumed.

</pre>
</div>
</content>
</entry>
<entry>
<title>First cut at a PDO driver for SQLite 3.x</title>
<updated>2004-09-19T10:55:41+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-09-19T10:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2f161ab79d4af52fc7b21e98c0450f3900f83bce'/>
<id>2f161ab79d4af52fc7b21e98c0450f3900f83bce</id>
<content type='text'>
Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 support

Missing:
- UDF functions
- authorizer hooks for safe_mode/open_basedir restrictions

You need to download, compile and install sqlite3 yourself; we're not bundling
it (at least, not yet).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 support

Missing:
- UDF functions
- authorizer hooks for safe_mode/open_basedir restrictions

You need to download, compile and install sqlite3 yourself; we're not bundling
it (at least, not yet).

</pre>
</div>
</content>
</entry>
</feed>
