You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
Can not succesfully load/use the pthreads extenstion on Windows 10 Enterprise x64 using PHP v7.2.15
Reproducing Code
I've done the following
Downloaded the latest release from github Windows links
added the pthreads.dll to the /php/ext folder and rename to php_pthreads-3.1.6-7.2-ts-vc15-x64.dll
added the pthreadVC2.dll to the /php/ folder
enabled the extension in the php.ini file
Expected Output
A working pthreads extension!
Actual Output
PHP error log :
[12-Mar-2019 17:53:22 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'pthreads-3.1.6-7.2-ts-vc15-x64' (tried: C:\App\XAMPP\php\ext\pthreads-3.2.0-7.2-ts-vc15-x64 (The specified module could not be found.), C:\App\XAMPP\php\ext\php_pthreads-3.2.0-7.2-ts-vc15-x64.dll (The specified module could not be found.)) in Unknown on line 0
The text was updated successfully, but these errors were encountered:
Environment
Summary
Can not succesfully load/use the pthreads extenstion on Windows 10 Enterprise x64 using PHP v7.2.15
Reproducing Code
I've done the following
Expected Output
A working pthreads extension!
Actual Output
PHP error log :
[12-Mar-2019 17:53:22 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'pthreads-3.1.6-7.2-ts-vc15-x64' (tried: C:\App\XAMPP\php\ext\pthreads-3.2.0-7.2-ts-vc15-x64 (The specified module could not be found.), C:\App\XAMPP\php\ext\php_pthreads-3.2.0-7.2-ts-vc15-x64.dll (The specified module could not be found.)) in Unknown on line 0
The text was updated successfully, but these errors were encountered: