PHP pthreads: Fatal error: Class 'Thread' not found

前端 未结 6 1477
小蘑菇
小蘑菇 2020-12-06 05:28

I use php5.5 on my webserver. Now I want to use pthreads. Here\'s my php config: http://dd19010.kasserver.com/infophp.php55

After implementing this code.....

6条回答
  •  [愿得一人]
    2020-12-06 05:46

    By default Threads are not implemented in PHP, and according to your phpinfo it does not seem to be loaded. Check out the PHP manual on how to set-up/configure the module.

提交回复
热议问题