diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-10-05 21:05:50 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-10-05 21:05:50 +0200 |
commit | 0049f4c71a512974f2cc3d84875749a7b2f53fc3 (patch) | |
tree | 2fb35abb4cbe58b55ceb8c445f6d35c17a38f7cd | |
parent | ae9b0c0e1b2f65c82b531a4f72c99fd01243f306 (diff) | |
download | volse-hubzilla-0049f4c71a512974f2cc3d84875749a7b2f53fc3.tar.gz volse-hubzilla-0049f4c71a512974f2cc3d84875749a7b2f53fc3.tar.bz2 volse-hubzilla-0049f4c71a512974f2cc3d84875749a7b2f53fc3.zip |
+png support
https://redmatrix.nl/channel/jeroenpraat/?f=&mid=83603d8f0876c040efafce87755fcd252dbe8da4a75d82fdb230519e3c8dcb72@redmatrix.nl
-rw-r--r-- | install/INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index ee9900cb8..09e840498 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -66,7 +66,7 @@ local .htaccess file php.ini file - and with no hosting provider restrictions on the use of exec() and proc_open(). - - curl, gd (with at least jpeg support), mysqli, mbstring, mcrypt, and openssl extensions. The imagick extension is not required but desirable. + - curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt, and openssl extensions. The imagick extension is not required but desirable. - some form of email server or email gateway such that PHP mail() works |