Reputation: 148
Homebrew PHP does not support a thread-safe php binary. Is there any way to enable ZTS in brew version.
I tried phpbrew as well but, I am getting an error "Command too long". Could you please suggest me the best way to enable ZTS in MACOS Catalina.
Upvotes: 0
Views: 551
Reputation: 90
Which command is used? Complete your question by providing the entire error and return of the console.
You will need to recompile PHP with the parameters: --enable-maintainer-zts or --enable-zts on Windows
Upvotes: 1