m6w6 / ext-http

Extended HTTP Support
BSD 2-Clause "Simplified" License
79 stars 22 forks source link

PHP 8.0 - Windows 10 x64 - Unable to load dynamic library 'http' #111

Closed ybenhssaien closed 3 years ago

ybenhssaien commented 3 years ago

Description

Hi, on some reason my php cannot load php_http.dll module

Issue

  1. Install PHP 8.0.2 (cli) (built: Feb 3 2021 18:36:37) ( NTS Visual C++ 2019 x64 ) on Windows 10 x64
  2. Download the version 4.0 from
  3. Place it in the ext dir : C:\bin\php\php-8.0.2-nts-Win32-vs16-x64\ext\php_http.dll
  4. execute php -v

image

Technical specifications

m6w6 commented 3 years ago

Actually, I have no idea, sorry :shrug:

Does the extension line look like the other extension lines in php.ini and did you also add the required raphf extension?