| |

Requirements to run 4images:
- A webserver or web hosting account (Linux/Apache recommended)
- PHP Version 4.0.5 or higher (we recommend to use always the latest stable version).
To ensure that 4images is functioning properly, safe_mode should be disabled
(safe_mode = off in your php.ini).
- MySQL Version 3.23 or higher (MySQL Version 3.23.33 recommended)
Optional:
To find out which version of PHP is installed and how its configured on your webspace (or server), create a file phpinfo.php with the following code :
<?php
phpinfo();
?>
Upload the file to your server and call it in your browser. You will see a formatted table with all configuration settings of your PHP installation. For further information, check the PHP Manual. |
|
|
|
|
|