diff options
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index f6b97a890..e6adbba7d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -32,15 +32,14 @@ link if your cert is self-signed). - Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file - - PHP 5.3+. The later the better. PHP 5.3 is required for communications -with the Diaspora network and improved security. + - PHP 5.3+. The later the better. - - PHP *command line* access with register_argc_argv set to true in the + - PHP *command line* access with register_argc_argv set to true in the php.ini file [or see 'poormancron' in section 8] - - curl, gd (with at least jpeg support), mysql, mbstring, mcrypt, and openssl extensions + - curl, gd (with at least jpeg support), mysql, mbstring, mcrypt, and openssl extensions - - some form of email server or email gateway such that PHP mail() works + - some form of email server or email gateway such that PHP mail() works - Mysql 5.x |