You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please can the default extension location be set to the ext directory in the same directory as the php.exe
It seems that the default location without an ini file loaded is extension_dir => C:\php\ext => C:\php\ext
That would work if php was installed in C:\php
But not if its installed in C:\util\php or C:/php5.6.4 see related issue.
I know that the extension location can be specified in the php.ini,
however usage of sensible default values can prevent superflous/unnecessary configuration