F
F
foxfill2016-01-05 17:17:45
linux
foxfill, 2016-01-05 17:17:45

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

3 answer(s)
I
imlife, 2016-01-05
@foxfill

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 .

M
Mikhail Konyukhov, 2016-01-10
@piromanlynx

$ php -m

A
Alexander Litvinenko, 2016-01-05
@edli007

phpinfo();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question