: This article describes how to install the thread extension under wamp. For more information about PHP tutorials, see. The extension package threads needs to be installed for php multithreading support.
: Threads download
* Before downloading, you need to know the php version, Thread Safety, and operating system digits.
* The Thread Safety has been viewed through phpinfo. if it is enable, it indicates that it is a TS Thread-safe type; otherwise, it is an endogenous Thread-safe type.
File name format to be downloaded
Php_pthreads-2.0.7-5.3-ts-vc9-x86.zip
Corresponding to the threads version number, php version number, Ts or ETS, runtime library, and number of operating system digits in sequence
After the download, follow the instructions in the manual to install the SDK.
Prompt link attack in English
1. decompress the downloaded file
2. copy php_pthreads.dll to the directory bin \ php \ ext.
3. copy pthreadVC2.dll to the directory bin \ php.
4. copy pthreadVC2.dll to the directory C: \ windows \ system32.
5. copy pthreadVC2.dll to the directory bin \ appache \ bin.
6. open the php configuration file php. ini. Add extension = php_pthreads.dll
In this way, you will be happy to use php multithreading.
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The above describes how to install the thread extension under wamp, including some content, and hope to be helpful to friends who are interested in PHP tutorials.