summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
-rw-r--r--includes/database/database.inc3
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index d6a4bcfcd..360564d84 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -19,7 +19,7 @@ define('DRUPAL_CORE_COMPATIBILITY', '7.x');
/**
* Minimum supported version of PHP.
*/
-define('DRUPAL_MINIMUM_PHP', '5.2.5');
+define('DRUPAL_MINIMUM_PHP', '5.2.4');
/**
* Minimum recommended value of PHP memory_limit.
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 9ca77ea50..98dafae8a 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -1293,6 +1293,9 @@ abstract class Database {
/**
* Gets the connection object for the specified database key and target.
*
+ * Note: do not use the setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE) on the
+ * returned object because of http://bugs.php.net/bug.php?id=43139.
+ *
* @param $target
* The database target name.
* @param $key