[TYPO3-core] RFC #15075: feature: make a pre-check for required php-extensions

Xavier Perseguers typo3 at perseguers.ch
Mon Aug 2 13:32:32 CEST 2010


Hi,

> Am 02.08.2010 11:08, schrieb Jigal van Hemert:
>> REMINDER #1
>>
>
> mysql is still a requirement, but imho it's optional. otherwise you bug
> pgsql and oracle users with mysql stuff they don't need to have.

I don't remember the whole thread but basically there is already a list 
of required _db_ modules within DBAL's hook into install tool. As long 
as the list of required ext may be overriden by DBAL, it's fine to have 
mysql as requirement in Core.

Best would be to have a concept of "these extensions are all required" 
and "at least one of following set of extensions is required". This 
would allow DBAL to say one DB driver is required or in Core either 
mbstring or iconv is required.

Cheers
Xavier


More information about the TYPO3-team-core mailing list