Home>Article>Backend Development> What should I do if PHP7.3 curl is not supported?
PHP7.3 Solutions not supported by curl: 1. Find the path to php; 2. Open "Environment Variables" -> "System Variables"; 3. Select the path, and then double-click "Edit Environment Variables" ;4. Add the path such as "E:\wamp\bin\php\php7.3.21" to the environment variable.
The operating environment of this tutorial: Windows 7 system, PHP version 7.3, Dell G3 computer.
What should I do if PHP7.3 curl is not supported?
win10 wampserver2.5 PHP7.3.21, the solution to the problem that the CURL extension cannot be opened
After adding PHP7.3.21 to wampserver2.5 64-bit in win10, I found that CURL cannot be opened Extension; there are instructions on the Internet to move which dll to which directory, but it turns out that it doesn’t work.
After a detailed search, I found that it turned out that just add the path to php (for example, E:\wamp\bin\php\php7.3.21) to "Environment Variables - System Variables - Select path --Double-click--Edit Environment Variables".
Recommended study: "PHP Video Tutorial"
The above is the detailed content of What should I do if PHP7.3 curl is not supported?. For more information, please follow other related articles on the PHP Chinese website!