How to get pthreads working in PHP?

前端 未结 6 864
有刺的猬
有刺的猬 2021-01-14 07:43

I am using wampserver to test & run wordpress code in my local computer. In order to run pthread, I have followed the following steps:

1) I got the pthread zip f

6条回答
  •  我在风中等你
    2021-01-14 08:31

    I've encountered the same problem, in my case placing the pthreadVC2.dll in

    ..wamp\bin\apache\Apache2.4.4\bin
    

    (instead of ..\wamp\bin\php\php5.4.16 as the guide in php.net instructs) solved the problem

提交回复
热议问题