From 01a4c0d827dac4867cf500e47007f15c02910e3d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 17 Feb 2008 19:29:07 +0000 Subject: - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone(). --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index a02d19c9d..2dd21220a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -18,7 +18,7 @@ Drupal requires a web server, PHP 4 (4.3.5 or greater) or PHP 5 (http://www.php.net/) and either MySQL (http://www.mysql.com/) or PostgreSQL (http://www.postgresql.org/). The Apache web server and MySQL database are recommended; other web server and database combinations such as IIS and -PostgreSQL have been tested to a lesser extent. When using MySQL, version 4.1.1 +PostgreSQL have been tested to a lesser extent. When using MySQL, version 5.0 or greater is recommended to assure you can safely transfer the database. For more detailed information about Drupal requirements, see "Requirements" -- cgit v1.2.3