user4672604
user4672604

Reputation:

Cannot Enable php 7 thread safety on Mac

I have just upgraded my php 5.5 to php 7 and I need to install pthreads, before installing pthreads I need "Thread Safety" to be enabled but I cannot find the line to enable "thread safety" in php.ini file on Mac.

Upvotes: 1

Views: 432

Answers (1)

Joe Watkins
Joe Watkins

Reputation: 17168

You cannot enable thread safety at runtime, it is a build time configuration option only.

Upvotes: 2

Related Questions