PDO is not beta anymore

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211371 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-04-14 09:15:53 +00:00
parent c127325911
commit 0e1bd1f55a

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.50 $ -->
<!-- $Revision: 1.51 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl, bundled -->
@ -103,18 +103,6 @@ extension=pdo.so
<screen>
<![CDATA[
pear install pdo
]]>
</screen>
</para>
</step>
<step>
<para>
If PDO is still in beta (and at the time of writing, it is), you will
need to tell the pear tool that it's ok to fetch the beta package.
Instead of running the command above, run the following:
<screen>
<![CDATA[
pear install pdo-beta
]]>
</screen>
</para>