I have an application that I need to be using a non-thread-safe(nts) version of php 8.0 being built on current RHEL. I have tried a few different ways of recompiling php including this one to no avail. Checking the php info page, It still says that thread safety is enabled. Does anyone know of a way to recompile PHP without thread safety? I have found many posts talking about enabling thread safety, but almost nothing on disabling it. Thank you in advance!
Asked
Active
Viewed 91 times
0
-
Compiling on RHEL 8 for RHEL 8. – D3alWyth1t Nov 03 '22 at 18:09
-
Ok, on windows if I remember correctly it compiles and links both a TS and non TS version. Do you have a directory at the end of the make process called `Release` and `Release_TS` – RiggsFolly Nov 03 '22 at 18:14
-
I did not see two distinct directories, only a 'Release' dir. – D3alWyth1t Nov 03 '22 at 18:16
-
Point 16 in here may help https://stackoverflow.com/a/10098829/2310830 – RiggsFolly Nov 03 '22 at 18:23
-
I will give it a try and see if it helps. If it works, I will come put that as the solution. – D3alWyth1t Nov 03 '22 at 18:41