vrana Fri Apr 14 09:15:53 2006 UTC
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
PDO is not beta anymore
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo/reference.xml?r1=1.50&r2=1.51&diff_format=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.50
phpdoc/en/reference/pdo/reference.xml:1.51
--- phpdoc/en/reference/pdo/reference.xml:1.50 Wed Feb 8 15:29:02 2006
+++ phpdoc/en/reference/pdo/reference.xml Fri Apr 14 09:15:53 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.50 $ -->
+<!-- $Revision: 1.51 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl, bundled -->
@@ -109,18 +109,6 @@
</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>
- </step>
- <step>
- <para>
The <command>pear</command> command automatically installs the
PDO module into your PHP extensions directory. To enable the
PDO extension on Linux or Unix operating systems, you must add