0

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.

1 Answers1

1

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

See more on PHP.net

cody mikol
  • 811
  • 7
  • 21
Senror Gui
  • 80
  • 9