What are some best practices for troubleshooting PHP extension installation issues on Windows systems?

When troubleshooting PHP extension installation issues on Windows systems, it is important to ensure that the extension DLL file is placed in the correct directory and that the extension is enabled in the php.ini file. Additionally, checking for any conflicting extensions or dependencies can help resolve installation issues.

extension_dir = "ext"
extension=php_extension.dll