SERVER REQUIREMENTS TO INSTALL AFIAN
- - Web server software (e.g. Apache, IIS)
- - MySQL database
- - PHP 4.3.3 or higher, with these options:
- - PHP settings (in the php.ini configuration file):
- safe_mode = Off
- open_basedir = Off
- - PHP extensions:
- - GD - to display thumbnails with the contents of image files
- - ZLIB - if you have it, the interface loads in browser up to 5 times faster for all users. This extension is also needed by the "zip folders and files" feature
- - Zend Optimizer (get it free from Zend.com)
HOW TO CHECK IF YOU HAVE ZEND OPTIMIZER
Right-click here and choose "Save Target As...".
Save this file as phpinfo.php, upload it somewhere on your server, and call it from your browser.
If Zend Optimizer is correctly installed, the line "with Zend Optimizer..." should appear in the second box of the resulting page.
::