PHP 真正的多線程 pthreads

來源:互聯網
上載者:User

標籤:

安裝

pthreads 僅支援php5.3以上的安全執行緒版本。通過phpinfo()方法查看

1  http://windows.php.net/downloads/pecl/releases/pthreads/ 

   根據具體PHP安裝環境選擇, 我選的是:

php_pthreads-2.0.9-5.6-ts-vc11-x64.zip

其中 2.0.9 是pthreads版本號碼, 5.6 是php版本號碼, ts代表安全執行緒版本(與apache搭配),vc11是編譯器VC版本, x64代表目標作業系統64bit的


2 複製php_pthreads.dll 到目錄 bin\php\ext\

複製pthreadVC2.dll到php安裝根目錄下

複製pthreadVC2.dll到system32目錄下

開啟php.ini 添加擴充extension=php_pthreads.dll

最後重啟apache

3pthreads例子 http://docs.php.net/manual/en/book.pthreads.php


 

PHP 真正的多線程 pthreads

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.