From: <var...@us...> - 2021-08-10 15:11:38
|
Revision: 10477 http://sourceforge.net/p/phpwiki/code/10477 Author: vargenau Date: 2021-08-10 15:11:36 +0000 (Tue, 10 Aug 2021) Log Message: ----------- INSTALL: TeX2png and text2png plugins need the PHP imagetypes() function Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-10 12:35:26 UTC (rev 10476) +++ trunk/INSTALL 2021-08-10 15:11:36 UTC (rev 10477) @@ -18,6 +18,12 @@ or apt install php-zip +TeX2png and text2png plugins need the PHP imagetypes() function. You might +need to do: +yum install php-gd +or +apt install php-gd + LdapSearch plugin requires the PHP ldap_connect() function. You might need to do: yum install php-ldap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |