Is there any way to add extensions to PHP without recompiling the whole thing? Could I keep the old binaries and just change some configurations? Thanks anyone.
you need to add th extension int ot he extension dir, add the extension as a dynamically loaded extension in the PHP.ini file, and restart the webserver.