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.
1. Unzip the downloaded file
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.