================
TYPO3 is an open source PHP based web content management system released
-under the GNU GPL. TYPO3 is copyright (c) 1999-2014 by Kasper Skaarhoj.
+under the GNU GPL. TYPO3 is copyright (c) 1999-2015 by Kasper Skaarhoj.
This document describes:
Client browser support
----------------------
-The TYPO3 backend is accessed through a web browser. TYPO3 CMS 7.0
+The TYPO3 backend is accessed through a web browser. TYPO3 CMS 7
supports the following web browsers:
* Internet Explorer 9 and later
--------------------------
TYPO3 requires a web server with a PHP environment and a database. The minimum
-system requirements for running TYPO3 CMS 7.0 are:
+system requirements for running TYPO3 CMS 7 are:
* Webserver capable of running PHP applications (Apache, Nginx, IIS or other)
-* PHP >5.5 up to 5.6
+* PHP 5.5 up to 5.6
* MySQL 5.5 up to 5.6 or compatible (no "strict mode", see below)
* more than 200 MB of disk space
you need to configure setDBinit in the Install Tool. See question 2 in the
"Installation FAQ" below for more information.
+### MySQL required privileges
+
+The MySQL user needs a least the following privileges on the TYPO3 database:
+
+* SELECT, INSERT, UPDATE, DELETE
+* CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES
+
+It is recommended to also grant the following privileges:
+
+* CREATE VIEW, SHOW VIEW
+* EXECUTE, CREATE ROUTINE, ALTER ROUTINE
+
### PHP environment
* memory_limit set to at least 64M
* filter
* hash
* openssl
- * pcre
+ * pcre >= 8.30
* session
* soap
* SPL
* apc caching (with at least 100 MB of memory available)
* curl
* mbstring
- * FreeType (usually included within the PHP distribution)
+ * FreeType 2 (usually included within the PHP distribution)
* bcmath or gmp (needed if you'd like to use the openid system extension)
* PHP access to /dev/urandom or /dev/random on Unix-like platforms for
### Important note for upgrades from TYPO3 CMS versions **below 6.2 LTS**
-It is not possible to upgrade any version below 6.2 LTS to 7.0 directly,
-since some upgrade wizards are not available anymore on 7.0.
+It is not possible to upgrade any version below 6.2 LTS to 7 directly,
+since some upgrade wizards are not available anymore on 7.
It is highly recommended to upgrade to 6.2 LTS first and continue with
-a second upgrade to 7.0.
+a second upgrade to 7.
### If SSH and symlinks are possible
the `mklink` tool:
```
mklink /D C:\<dir>\example.com\typo3_src C:\<dir>\typo3_src-7.0.x
+ mklink C:\<dir>\example.com\index.php C:\<dir>\typo3_src-7.0.x\index.php
```
Users of Windows XP/2000 or newer can use the `junction` program by
* Please refer to official TYPO3 Security Guide for further information
about security-related topics of TYPO3 CMS and the resources compiled by
the Security Team.
- http://docs.typo3.org/typo3cms/SecurityGuide/
- http://typo3.org/teams/security/resources/
+ https://docs.typo3.org/typo3cms/SecurityGuide/
+ https://typo3.org/teams/security/resources/
Installation FAQ
----------------