Home > Article > Backend Development > How to check the installation path of PHP extension?
How to check the PHP extension installation path: first connect to the corresponding zdlinux host and enter the Linux command line; then enter the shell command [find/-name*PHP*] under the Linux command line; finally press "enter "Just run the shell command.
How to check the PHP extension installation path:
1. First, connect to the corresponding zdlinux host, enter the Linux command line, and wait for the input of the shell command.
2. On the Linux command line, enter the shell command: find/-name*PHP*.
3. Press "enter" to run the shell command, you will be in /usr/local/lib/PHP. See the PHP installation directory
Related learning recommendations:PHP programming from entry to proficiency
The above is the detailed content of How to check the installation path of PHP extension?. For more information, please follow other related articles on the PHP Chinese website!