I am experimenting with multi threading in PHP. Im using php 5.6, however l have downloaded extensions for this version of php, namely : pthreadVC2.dll, php_pthreads.dll I have also edited my php.ini file by adding the following lines:
extension=php_pthreads.dll
extension=pthreadVC2.dll
but l am still getting the error: Class 'Threaded' not found. Am l missing something?
Thank you