PHP5 extensions

Posted by Jack on Server Fault See other posts from Server Fault or by Jack
Published on 2012-07-08T20:59:02Z Indexed on 2012/07/08 21:17 UTC
Read the original article Hit count: 459

Filed under:
|

I have looked through many tutorials on installing a web server, and some of them have enormous amounts of various PHP extensions. I have a few questions about that:

Why would one want to install all those extensions? How to know which extensions you have to install for your site to work properly? Why some tutorials "just" tell you to install them all, when some tell you to install 4 or 5 of them?

Thanks!

P.S. I'm quite new to Linux, and I'm installing a web server using nginx. Or looking for information about things that look odd to me at the moment.

EDIT: Since the question has been answered, I would like to know which ones of these are most likely unnecessary for a Wordpress or SMF installation?

php5-fpm php5-mysql php5-xsl php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-xcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc

Perhaps there are some extensions that would optimize my website?

© Server Fault or respective owner

Related posts about linux

Related posts about php