Changes between Version 64 and Version 65 of DolTech
- Timestamp:
- Jul 9, 2015, 1:11:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DolTech
v64 v65 15 15 * Apache v.1.3 and higher or !LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [wiki:TutorialHowToInstallDolphinOnNginx nginx web server]. 16 16 17 * '''[http://www.php.net/ PHP 5.2.0]''' or higher. PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Dolphin as the DSO/CGI version.17 * PHP 5.2.0 or higher (PHP 5.3.0 for Dolphin 7.2). PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Dolphin as the DSO/CGI version. 18 18 19 19 * '''register_globals''' must be '''Off'''[[BR]] … … 26 26 '''memory_limit''' should be '''128M''' or higher[[BR]] 27 27 28 * '''''mbstring''''', '''''mysql''''', ''''' mysqli''''', '''''curl''''', '''''gd''''', '''''xslt''''' extensions must be installed.28 * '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' extensions must be installed ('''''fileinfo''''' is also required for Dolphin 7.2) 29 29 30 30 * '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.