Skip to main content

how to get list of compiled extensions with php5.4

Comments

2 comments

  • NixTree
    If you have LiteSpeed on the servers, use the following command to get the list of compile options /usr/local/lsws/fcgi-bin/lsphp5 -i | grep "Configure Command" Replace "/usr/local/lsws/fcgi-bin/lsphp5" with the binary location of other PHPs, to know the respective compile options.
    0
  • cPanelMichael
    Hello :) Note that for other users who may have used EasyApache, you can find a list of PHP modules installed with a command such as: php -m
    Thank you.
    0

Please sign in to leave a comment.