Answer the question
In order to leave comments, you need to log in
How to find out which php libraries are included?
I want to set up a server that meets the requirements of UMI.CMS. My OS is CentOS.
I need to include a number of libraries (zLib, JSON, GD, libxml, mb_string, iconv, xsl, SimpleXML, xmlreade) and I don't know how.
What is the command to view linked libraries?
Answer the question
In order to leave comments, you need to log in
list of modules for apache command:
apache2ctl (or apache2 or httpd ) -l
list of installed and connected with the flag: -M
function get_loaded_extensions - php.net/manual/ru/function.get-loaded-extensions.php
returns all loaded libraries in php .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question