Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/247.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在PHP5.3.3 Centos 6中调用未定义的函数mcrypt_get_iv_size()_Php_Nginx_Centos6_Mcrypt - Fatal编程技术网

在PHP5.3.3 Centos 6中调用未定义的函数mcrypt_get_iv_size()

在PHP5.3.3 Centos 6中调用未定义的函数mcrypt_get_iv_size(),php,nginx,centos6,mcrypt,Php,Nginx,Centos6,Mcrypt,我在使用Nginx服务器的php5.3.3中发现以下错误 Call to undefined function mcrypt_get_iv_size() 操作系统是Centos 6.8 Linux。但是我已经安装了php mcrypt包。可能是重复的。但这是nginx服务器。看起来mcrypt.还没有加载。它不会显示在phpinfo()页面中。您真的需要PHP5.3.3吗?使用5.6不值得一试吗?很多应用程序都在5.3.3上运行。如果我改变,它会更完整。它的风险更大。。。

我在使用Nginx服务器的php5.3.3中发现以下错误

Call to undefined function mcrypt_get_iv_size()

操作系统是Centos 6.8 Linux。但是我已经安装了php mcrypt包。

可能是重复的。但这是nginx服务器。看起来mcrypt.还没有加载。它不会显示在phpinfo()页面中。您真的需要PHP5.3.3吗?使用5.6不值得一试吗?很多应用程序都在5.3.3上运行。如果我改变,它会更完整。它的风险更大。。。