fix interrupted sentence...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195838 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Wez Furlong 2005-09-12 03:44:38 +00:00
parent 2649bceb68
commit 1fa164010e

View file

@ -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;