Home > Backend Development > PHP Tutorial > Install thread extension under wamp

Install thread extension under wamp

WBOY
Release: 2016-07-29 08:59:01
Original
1181 people have browsed it

php multi-threading support requires the installation of the extension package threads
Download address: threads download

*You need to know the php version, Thread Safety, and operating system bits before downloading.
*Thread Safety has been checked through phpinfo. If it is enabled, it means that it is TS thread safe, otherwise it is nTS thread non-safe.

File name format to be downloaded
php_pthreads-2.0.7-5.3-ts-vc9-x86.zip
Corresponds to the threads version number, PHP version number, Ts or nTs, runtime library, and operating system digits. After downloading, you can follow the instructions in the manual to install.

Please translate the English attack link in the prompt


1. Unzip the downloaded file

2. Copy php_pthreads.dll to the directory binphpext.

3. Copy pthreadVC2.dll to the directory binphp.
4. Copy pthreadVC2.dll to the directory C:windowssystem32.
5. Copy pthreadVC2.dll to the directory binappachebin.
6. Open the php configuration file php.ini. Add extension=php_pthreads.dll at the end

so that you can happily use PHP multi-threading

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i

').text(i)); }; $numbering.fadeIn(1700); }); }); The above introduces the installation of thread extension under wamp, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template