duanqiaoren9975 2009-06-04 13:18
浏览 15

php命令行

i m trying to use mcrypt_decrypt from commond line but i m getting the folllowing error:-

  Call to undefined function mcrypt_decrypt() in Command line code on line 1

Any idea ? and any other alternative solution because i m using os:cmd() from erlang to achive this.since erlang do have function to achieve this but i m unable to figure out whats worng in that.so thought of doing like this so that i verify the things.

thanx in advanced

  • 写回答

4条回答 默认 最新

  • dongqie4233 2009-06-04 13:22
    关注

    It means that the mcrypt extension isn't being loaded - make sure you're loading the right php.ini from the command line.

    评论

报告相同问题?