How to get the list of apache modules enabled with php

前端 未结 1 788
温柔的废话
温柔的废话 2020-12-07 03:12

I have tried this


and got this

Fatal error:  Call to undefined function a         


        
相关标签:
1条回答
  • 2020-12-07 04:06

    The manual page contains details about the PHP and Apache version that support apache_get_modules().

    You must be running PHP >= 4.3.2 and using Apache 2 handler API, or PHP >= 5.0 and Apache 1 or Apache 2 filter API.

    0 讨论(0)
提交回复
热议问题