PHP Ajax File Manager | FileRun > Requirements
 |
 |
 |
| |
Server side
1. Web server software (e.g. Apache, Microsoft IIS, etc.)
This software works in conjunction with a Web server with PHP support.
It doesn't matter what operating system, file system or HTTP server software
your server has, as long as the server has support for PHP. Most do.
2. MySQL database
3. PHP version 5.0.X, 5.1.X or 5.2.X with...
I. Zend Optimizer 3.3.x or higher (an amazing little tool that will speed up runtime performance in PHP by up to 40%).
If you are running "Zend Server" and you have "Zend Guard Loader" component enabled, Zend Optimizer is not required.
II. PHP settings (inside the php.ini configuration file):
- safe_mode = Off
- error_reporting = E_ALL & ~E_NOTICE
- "memory_limit" set to at least 20M
- session.use_only_cookies = Off (required only by the drag&drop upload tool)
- suhosin.cookie.cryptua = Off (if Suhosin extension is installed)
III. PHP extensions:
- "mysql"
- "zlib"
- "gd" (Optional, for displaying thumbnails for image files. ImageMagick can be used as an alternative.)
- "mbstring" (Optional, for supporting foreign language characters.)
4. Additional requirements
- File indexing and full-text search requires additonal (free) software that converts binary files to text.
- Thumbnail generation for PDF and PSD files requires ImageMagick utility to be available on the server.
|
 |
 |
 |
 |
 |
 |
 |
| |
Not sure if your server meets the requirements? Contact us and we will help you with that.
|
 |
 |
 |
 |