This script checks if your server and PHP configuration meets the requirements for running Nette Framework.
Please see the warnings listed below.
| Web server | Apache |
|---|---|
| PHP version | 5.3.2 |
| Memory limit | 32M |
| .htaccess file protection | |
| Function ini_set | Enabled |
| Magic quotes | Disabled |
| Register_globals | Disabled |
| Zend.ze1_compatibility_mode | Disabled |
| Variables_order | Enabled |
| Reflection extension | Enabled |
| Reflection phpDoc | Enabled |
| SPL extension | Enabled |
| PCRE extension | Enabled |
| ICONV extension | Enabled and works properly |
| Multibyte String extension | Enabled |
| PHP tokenizer | Enabled |
| Multibyte String function overloading | Disabled |
| Memcache extension | Disabled |
Memcache extension is absent. You will not be able to use Nette\Caching\MemcachedStorage. |
|
| GD extension | Enabled |
| Bundled GD extension | Enabled |
| ImageMagick library | Enabled |
| Fileinfo extension or mime_content_type() | Enabled |
| HTTP extension | Disabled |
| HTTP_HOST or SERVER_NAME | Present |
| REQUEST_URI or ORIG_PATH_INFO | Present |
| SCRIPT_FILENAME, SCRIPT_NAME, PHP_SELF | Present |
| SERVER_ADDR or LOCAL_ADDR | Present |
Requirements Checker version 1.3