I’m using the LAMP configuration of DO but now I want to recompile PHP to enable Thread Safety. Now, I’n not a Linux expert so I’m not quite sure how to do it and what parameters to use etc.
Is there somebody that could offer some assistance?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You should uninstall php5 first and then compile/install the new PHP version, e.g. <br> <br>sudo apt-get php5 uninstall <br> <br>And then compile and install PHP: <br> <br>http://gediminasm.org/post/compile-php <br> <br>I could help on this if you’d like… <br> <br>http://johnqunknown.me/about/