Wow!

That was an awesome set of PDO doc commits, Wez. Great stuff!

Dan

On 9/11/05, Wez Furlong <[EMAIL PROTECTED]> wrote:
> wez             Sun Sep 11 23:44:39 2005 EDT
> 
>   Modified files:
>     /phpdoc/en/reference/pdo    reference.xml
>   Log:
>   fix interrupted sentence...
> 
> 
> http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.36&r2=1.37&ty=u
> Index: phpdoc/en/reference/pdo/reference.xml
> diff -u phpdoc/en/reference/pdo/reference.xml:1.36 
> phpdoc/en/reference/pdo/reference.xml:1.37
> --- phpdoc/en/reference/pdo/reference.xml:1.36  Sun Sep 11 17:10:36 2005
> +++ phpdoc/en/reference/pdo/reference.xml       Sun Sep 11 23:44:38 2005
> @@ -1,5 +1,5 @@
>  <?xml version='1.0' encoding='iso-8859-1'?>
> -<!-- $Revision: 1.36 $ -->
> +<!-- $Revision: 1.37 $ -->
>  <!-- Purpose: database.abstract -->
>  <!-- Membership: pecl, bundled -->
>  <!-- State:experimental -->
> @@ -26,7 +26,7 @@
>       functions to issue queries and fetch data.  PDO does
>       <emphasis>not</emphasis> provide a <emphasis>database</emphasis>
>       abstraction; it doesn't rewrite SQL or emulate missing features.  You
> -     should use a full-blown abstraction layer for PDO.
> +     should use a full-blown abstraction layer if you need that facility.
>      </para>
>      <para>
>       PDO ships with PHP 5.1, and is available as a PECL extension for PHP 
> 5.0;
>

Reply via email to