PHP shared extensions on Linux
- by F21
I am running Ubuntu Server 12.04 and prefer to compile PHP myself as opposed to installing it using apt-get. PHP is running as PHP-FPM.
When compiling extensions, I can set it to be compiled as a shared extension using something like --with-bcmath=shared and so on.
Are there any benefits to compiling the extensions as shared?
I also noticed that…