Home > Article > Backend Development > centos - There is a semicolon (comment) in front of the extension in php.ini on Linux. How can the extension be used?
hp
This is the location of php.ini
hp
This is the location of php.ini
dll is for windows, so is for linux. Do not enable the extensions included inside, they are added during compilation.
The extension suffix of PHP.ini on Linux mac cannot be .dll. Windows is .dll. You have found the wrong location
Extensions on Linux automatically load the ext folder in php.ini. Nowadays, it is not written directly in the ini file