Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 13, 20177 yr In a server that is only running a IPS board, i have this php modules enabled: [PHP Modules] bcmath bz2 calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext gmp hash iconv igbinary imagick imap intl json ldap libxml mbstring mcrypt memcached msgpack mysqli mysqlnd newrelic openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix pspell readline recode Reflection session shmop SimpleXML soap sockets SPL sqlite3 standard sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl Zend OPcache zip zlib Are there any modulo that IPS simple do not need it? For example, i think xmlrpc is not needed.
March 30, 20177 yr My standard installation (CentOS 7 and PHP71) via yum -y install php71w php71w-fpm php71w-gd php71w-xml php71w-mysqlnd php71w-gd php71w-opcache memcached php71w-pecl-memcached php71w-mbstring php71-php-devel php71w-pear ImageMagick php71w-pecl-imagick Installs these: bcmath bz2 calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext gmp hash iconv igbinary imagick imap intl json ldap libxml mbstring mcrypt memcached msgpack mysqli mysqlnd newrelic openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix pspell readline recode Reflection session shmop SimpleXML soap sockets SPL sqlite3 standard sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl Zend OPcache zip zlib
March 30, 20177 yr Required (most of these are PHP default extensions): dom gd (imagettfbbox function available recommended) mysqli mbstring, with the mb_eregi function available openssl session simplexml xml xmlreader xmlwriter Recommended: curl (version 7.36 or above) - if curl is not available, the fsockopen function must be available exif phar zip
Archived
This topic is now archived and is closed to further replies.