]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - INSTALL
Merge branch 'genericons-fix' into 'nightly'
[quix0rs-gnu-social.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f7c2d21cafc6d6ae880da48dd2c1ac1358055acb..ff755f2471e1f3396a31660dc8ff3cd9e9fe1159 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -49,6 +49,19 @@ functional setup of GNU Social:
 - php5-mysqlnd  The native driver for PHP5 MariaDB connections. If you
                   use MySQL, 'php5-mysql' or 'php5-mysqli' may be enough.
 
+Or, for PHP7, some or all of these will be necessary. PHP7 support is still
+experimental and not necessarily working:
+    php7.0-bcmath
+    php7.0-curl
+    php7.0-exif
+    php7.0-gd
+    php7.0-intl
+    php7.0-mbstring
+    php7.0-mysqlnd
+    php7.0-opcache
+    php7.0-readline
+    php7.0-xmlwriter
+
 The above package names are for Debian based systems. In the case of
 Arch Linux, PHP is compiled with support for most extensions but they
 require manual enabling in the relevant php.ini file (mostly php5-gmp).