diff --git a/reference/pdo/pdo/intransaction.xml b/reference/pdo/pdo/intransaction.xml
new file mode 100644
index 0000000000..7069bb1445
--- /dev/null
+++ b/reference/pdo/pdo/intransaction.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ PDO::inTransaction
+
+ Checks if inside a transaction
+
+
+
+
+ &reftitle.description;
+
+ arrayPDO::inTransaction
+
+
+
+ Checks if a transaction currently is active within the driver.
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ Returns &true; if a transaction currently is active, and false if not.
+
+
+
+
+ &reftitle.returnvalues;
+
+
+ Note that currently only the PostGreSQL driver implements this method.
+
+
+
+
+
+
+
diff --git a/reference/pdo/versions.xml b/reference/pdo/versions.xml
index b3f8d26725..4ca2f2133f 100644
--- a/reference/pdo/versions.xml
+++ b/reference/pdo/versions.xml
@@ -17,6 +17,7 @@
+