Getting php5 compiled with thread safety

Asked by ppoudrier

Hello, we have in-house extension that is designed to run with a php5 compiled with thread safety. We used Gentoo as distribution and we switched to ubuntu but we are unable to use our in-house php5 extension. Is there any repository for that ?

I don't want to maintain all the php modules by manually compiling source.

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu php5 Edit question
Assignee:
No assignee Edit question
Solved by:
ppoudrier
Solved:
Last query:
Last reply:
Revision history for this message
ppoudrier (pascal-poudrier) said :
#1

OK,

I searched through the web and it seem that it is not possible to do that other than compiling the source. I simply uninstalled everything related to php5 and I got the source at www.php.net and compiled using the same parameters as my gentoo machine.

Now, it's working but unfortunately, it seem that there is no ubuntu solution to my problem.