From 534d93fa4600c4edab647a0cbb2b260bef2d3994 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Sun, 30 Jan 2011 08:45:50 -0500
Subject: [PATCH] MariaDB support explicitely stated Fixed minor typos
---
Documentation.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 5ace8bc1c0..9630c6919b 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2743,13 +2743,15 @@ setfacl -d -m "g:www-data:rwx" tmp
connect to your MySQL server using PHP's classic
MySQL extension as well as the
improved MySQL extension (MySQLi) that
- is available in php 5.0. The latter one should be used unless you have
+ is available in php 5.0. The latter one should be used unless you have a
good reason not to do so.
- When compiling php, we strongly recommend that you manually link the MySQL
+ When compiling PHP, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems
- (see FAQ 1.17a).
+ (see FAQ 1.17a).
+ MariaDB is also supported (version 5.2 was tested).
+