Reputation:
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
Reputation: 17168
You cannot enable thread safety at runtime, it is a build time configuration option only.
Upvotes: 2