PHP CURL is won’t work in wamp server on windows 32 bit. This is different from 64 bit. Here Windows OS may be XP, 7, 8 or 10.
Just do following steps to fix this problem.
PHP cURL not working in WAMP on windows 7 32 bit
Step 1: Close WAMP Server (If it’s Running)
Step 2: Open php.ini file.( WAMP\bin\php[your-version]\)
Step 3: Just Uncomment extension=php_curl.dll and save it.
Step 4: Open another php.ini file.( WAMP\bin\Apache[your-version]\bin\)
Step 5: Just Uncomment extension=php_curl.dll and save it.
Step 6: Restart your WAMP Server.
It will be helpfull for 32 bit windows only. Not for 64 bit. For 64 bit follow this Link.
The following two tabs change content below.
Latest posts by karsho (see all)
- Increase maximum query size max_allowed_packet for MySQL - March 29, 2020