Jump to content

What PHP modules IPS need to run?


Recommended Posts

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.

Link to comment
Share on other sites

  • 3 weeks later...

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

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...