duanlang0025 2017-10-09 13:32
浏览 81
已采纳

致命错误:在php中调用未定义的函数gmp_sign()

I have tried to use gmp_sign in my file to find the sign of the value, but i getting an error like call to undefined function with fatal error.

  • 写回答

2条回答 默认 最新

  • dongzha5934 2017-10-09 13:35
    关注

    Is it Ubuntu/Linux? Seems like GMP is not installed on the system. Follow these steps:

    1. Installed GMP with apt-get install php5-gmp

    2. Added extension=php_gmp.so to php.ini

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?