Not able to install pThread on Windows Xampp

前端 未结 3 1306
自闭症患者
自闭症患者 2021-02-15 23:15

Update: Looks like I am not doing anything wrong here. When I execute a thread example, it works fine. I am not sure, then why am I getting those errors when I start Apache.

3条回答
  •  无人及你
    2021-02-16 00:20

    I do not use Windows, but according to the people commenting in the manual, you must also add:

    LoadFile "C:/xampp/php/pthreadVC2.dll"
    

    to your httpd.conf (httpd-xampp.conf the manual mentions)

提交回复
热议问题