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/2.2.9 (Debian) DAV/2 PHP/5.2.17-0.dotdeb.0 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2008-08-11) mod_ssl/2.2.9 OpenSSL/0.9.8g |
|---|---|
| PHP version | 5.2.17-0.dotdeb.0 |
| Memory limit | 128M |
| .htaccess file protection | |
| Function ini_set | Enabled |
| Magic quotes | Enabled |
Magic quotes magic_quotes_gpc and magic_quotes_runtime are enabled and should be turned off. Nette Framework disables magic_quotes_runtime automatically. |
|
| 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