TYPO3 API  SVNRelease
requirements.php
Go to the documentation of this file.
00001 <?php
00002 
00003     // $id$
00004 
00005 define('TYPO3_REQUIREMENTS_MINIMUM_PHP', '5.2.0');
00006 
00007 define('TYPO3_REQUIREMENTS_MINIMUM_PHP_MEMORY_LIMIT', '32M');
00008 define('TYPO3_REQUIREMENTS_RECOMMENDED_PHP_MEMORY_LIMIT', '64M');
00009 
00010 ?>