<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo/pdo.php, branch php-5.2.8</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>update ready for release</title>
<updated>2005-02-09T04:54:56+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2005-02-09T04:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5a2cb4154a577bf9f8eb365748ccb0f4bff219c3'/>
<id>5a2cb4154a577bf9f8eb365748ccb0f4bff219c3</id>
<content type='text'>
# includes big hack to help guide people into running "make install" so
# that the headers get installed; works around a pear bug.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# includes big hack to help guide people into running "make install" so
# that the headers get installed; works around a pear bug.

</pre>
</div>
</content>
</entry>
<entry>
<title>implement SQLSTATE style error codes.</title>
<updated>2005-01-07T05:23:10+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2005-01-07T05:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6e0d8dd06f4e5fe63d9c8c28ced70b79c62a7b28'/>
<id>6e0d8dd06f4e5fe63d9c8c28ced70b79c62a7b28</id>
<content type='text'>
Allow drivers to add methods to dbh and stmt objects
(note that we can't use a class, because the use only sees the PDO class).
Clarify the api slightly:
  PDO::exec() is used for one-shot queries that don't return rows
  PDO::query() is a convenience function for returning a rowset without
  having to go through the steps of preparing and executing.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow drivers to add methods to dbh and stmt objects
(note that we can't use a class, because the use only sees the PDO class).
Clarify the api slightly:
  PDO::exec() is used for one-shot queries that don't return rows
  PDO::query() is a convenience function for returning a rowset without
  having to go through the steps of preparing and executing.

</pre>
</div>
</content>
</entry>
<entry>
<title>Hello PDO.</title>
<updated>2004-05-17T15:41:51+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-05-17T15:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=684be9cf36c48893d98f980eafc4fe08ac98dbfa'/>
<id>684be9cf36c48893d98f980eafc4fe08ac98dbfa</id>
<content type='text'>
Still more to come.  Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a couple of days.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still more to come.  Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a couple of days.

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