Installing PHP extensions on shared hosting

后端 未结 4 994
渐次进展
渐次进展 2021-02-15 16:24

I need to enable the mcrypt functions on my website, except I\'m on a shared host (running linux) and obviously don\'t have access to the php.ini file. There does s

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-15 16:51

    Really the best way is to tell your ISP to include mcrypt support. Even if you bundle your own PHP extension and load it with dl(), there is no guarantee it is going to work after a PHP upgrade, as PHP is sometimes very version-number picky.

提交回复
热议问题