[TYPO3-v4] Interface for Install Tool Checks

Jigal van Hemert jigal at xs4all.nl
Sun Nov 7 13:57:11 CET 2010


Hi,

On 7-11-2010 10:40, Benjamin Mack wrote:
> I'm currently working on a small thing, that is: a check to see if a
> TYPO3 installation is currently using the right character-set conversion
> tools (iconv, mbstring) or still using the homebrew code which is up to

I had a bit of a déjà vu: see thread "New Default Configuration Options 
for 4.4" :-)

> Right now we checks:
>   - in the installer (Basic Configuration, 1-2-3)
>   - in the reports module
>   - in the introduction package
>   - in various other places throughout the core.
>
> So, I'd love to have a common interface / abstract class to define these
> checks.

+1 for having them in a central place, although we must take care that 
the checks can be performed at all points. E.g. first the check for 
required PHP modules must be done before any other checks can be done. 
And DBAL must be loaded before to influence the required modules test.

So, it will be fun to make a monkey proof construction.

>   - Memory Limit: If your memory limit is 16MB, you should still be able
> to install TYPO3, but it's not a perfect setup. Just a warning is
> produced, maybe a check if you can set it to 32MB through ini_set().

Hmm... this can be a subject of quite a bit of discussion to agree on 
the minimum and recommended settings.

>   =>  Same goes for ImageMagick :)

Now a religious war can break out :-D

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-project-v4 mailing list