I'm trying to find the PHP extensions directory and used the command 'php-config --extension-dir' to locate it.
It returned: '/usr/share/20010901'.
However, this directory doesn't exist.
PHP was automatically installed and configured when I installed Linux SuSE.
My question is: how can I identify which directory contains my PHP extensions?
Are they in the same directory as the Apache directory?
Any help would be appreciated.