[TYPO3-core] RFC #12436: Integrate checks concerning Suhosin/Hardened PHP in Install Tool

Rupert Germann rupi at gmx.li
Sat Nov 7 19:38:34 CET 2009


FYI: committed to trunk rev 6375

greets
rupert


Rupert Germann schrieb:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=12436
> 
> Branches: Trunk
> 
> Problem:
> The Suhosin/Hardened PHP Project allows to set limits to several PHP 
> transmission (e.g. number of POST arguments) that might result to 
> misbehaviours in TYPO3, in e.g.
> * Install-Tool: All configuration
> * Install-Tool: DB Analyzer
> * Inline Releational Record Editing with nested child records
> 
> Solution:
> A part in the install tool should check whether Suhosin is active and 
> whether the PHP configuration for that should be changed - e.g.:
> * suhosin.request.max_vars - default is 200, should be 500 or more
> * suhosin.post.max_vars - default is 200, should be 400 or more
> 
> 
> 
> greets
> rupert
> 


More information about the TYPO3-team-core mailing list