I don't want to look like a noob, but this is really annoying me. Do you know where does the
; Directory in which the loadable extensions (modules) reside. extension_dir = "./"
pointing to?
./
points to the current directory.
Edit
I haven't found any definition of what the current directory is while parsing a php.ini
file, this post suggests that it is relative to the php.ini
files location.
Just adding in for future searches
Running phpinfo
on the cli (php -a<enter>phpinfo();<enter>)
gave me this among the output.
extension_dir => /usr/lib/php/20131226 => /usr/lib/php/20131226
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With