mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2649bceb68
commit
1fa164010e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue