mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
c127325911
commit
0e1bd1f55a
1 changed files with 1 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue