gwynne Thu Jun 7 23:54:15 2007 UTC
Modified files:
/phpdoc/en/internals/pdo index.xml intro.xml
Log:
Reverting removal of credits as requested by philip.
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/pdo/index.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/internals/pdo/index.xml
diff -u phpdoc/en/internals/pdo/index.xml:1.5
phpdoc/en/internals/pdo/index.xml:1.6
--- phpdoc/en/internals/pdo/index.xml:1.5 Wed Jun 6 05:20:48 2007
+++ phpdoc/en/internals/pdo/index.xml Thu Jun 7 23:54:15 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!--
Authors:
Bill Abt and Rick McGuire of IBM
@@ -9,6 +9,47 @@
-->
<chapter id="internals.pdo">
+ <chapterinfo>
+ <author>
+ <firstname>Bill</firstname>
+ <surname>Abt</surname>
+ <affiliation>
+ <shortaffil>IBM</shortaffil>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>Rick</firstname>
+ <surname>McGuire</surname>
+ <affiliation>
+ <shortaffil>IBM</shortaffil>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>Wez</firstname>
+ <surname>Furlong</surname>
+ <affiliation>
+ <shortaffil>OmniTI</shortaffil>
+ </affiliation>
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>IBM Corporation</holder>
+ </copyright>
+ <copyright>
+ <year>2005</year>
+ <holder>the PHP Documentation Group</holder>
+ </copyright>
+ <abstract>
+ <para>
+ The purpose of this How-To is to provide a basic understanding of the steps
+ required to write a database driver that interfaces with the PDO layer.
+ Please note that this is still an evolving API and as such, subject to
+ change. This document was prepared based on version 0.3 of PDO.
+ The learning curve is steep; expect to spend a lot of time on the
+ prerequisites.
+ </para>
+ </abstract>
+ </chapterinfo>
<title>PDO Driver How-To</title>
&internals.pdo.intro;
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/pdo/intro.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/internals/pdo/intro.xml
diff -u phpdoc/en/internals/pdo/intro.xml:1.2
phpdoc/en/internals/pdo/intro.xml:1.3
--- phpdoc/en/internals/pdo/intro.xml:1.2 Wed Jun 6 05:20:48 2007
+++ phpdoc/en/internals/pdo/intro.xml Thu Jun 7 23:54:15 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="internals.pdo.intro">
<title>A brief note about this How-To</title>
<para>
@@ -8,13 +8,6 @@
to assist in the development of drivers for more databases and to
encourage the emerging standard for database access in PHP.
</para>
-
- <para>
- Please note that this is still an evolving API and as such, subject to
- change. This document was prepared based on version 0.3 of PDO.
- The learning curve is steep; expect to spend a lot of time on the
- prerequisites.
- </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables: