Actions
Bug #23147
closed[Install] make a pre-check for required php-extensions
Start date:
2010-07-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If one of the following php-extensions is not present, TYPO3 won't run without problems, so check it at the very first place of 1-2-3-install.
The extensions are:
- filter
- GD2
- JSON
- mysql
- pcre
- session
- SPL
- standard
- xml
- zlib
(issue imported from #M15075)
Files
Updated by Jigal van Hemert over 14 years ago
Added check in 123 mode. If not all needed PHP modules are present the installer exits with an error message which lists the missing modules.
Updated by Xavier Perseguers about 14 years ago
Committed to DBAL trunk (rev. 38709) and TYPO3 trunk (rev. 8919)
Actions