reference/pdo/book.xml
daf4cc624df3c21d472149725feb377b1beedb04
...
...
@@ -27,9 +27,7 @@
27
27
should use a full-blown abstraction layer if you need that facility.
28
28
</para>
29
29
<para>
30
-
PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0;
31
-
PDO requires the new OO features in the core of PHP 5, and so will not
32
-
run with earlier versions of PHP.
30
+
PDO ships with PHP.
33
31
</para>
34
32
</preface>
35
33
<!-- }}} -->
...
...
@@ -45,6 +43,7 @@
45
43

46
44
&reference.pdo.pdo;
47
45
&reference.pdo.pdostatement;
46
+
&reference.pdo.pdorow;
48
47
&reference.pdo.pdoexception;
49
48

50
49
&reference.pdo.drivers;
51
50