Disable php extensions

Support/Development for PHP
hostingguy
Forum Regular
Forum Regular
Posts: 661
Joined: Mon Oct 29, 2007 6:51 pm

Disable php extensions

Unread post by hostingguy »

Hey guys,

Fairly new to php 5.4/5.5/5.6 and Plesk 12 - but installed the Panda stuff and got a lot of new php extensions - what modules do you guys disable either because they are not needed, insecure, etc?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Disable php extensions

Unread post by scott »

mssql is one I always disable, that is for connecting to microsoft database servers.
hostingguy
Forum Regular
Forum Regular
Posts: 661
Joined: Mon Oct 29, 2007 6:51 pm

Re: Disable php extensions

Unread post by hostingguy »

How about ones like this:
pspell
bz2
fileinfo
phar
snmp
sysv*
interbase
ldap
pdo_firebird
posix
enchant
recode
wddx
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Disable php extensions

Unread post by scott »

snmp - unless you're using nagios, zabbix, network monitoring
interbase
ldap - unless you were tying into it (389, active directory, etc)
pdo_firebird - I forget what this one does
Post Reply