PHP.ini Default Dir Extensions PHP.ini Default Dir Extensions php php

PHP.ini Default Dir Extensions


This seems to use ext relative to the PHP directory itself:

extension_dir = "ext"

I.e. it should be irrelevant what drive or path PHP is installed on, as long as the extensions are in the ext directory.