Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/grails/5.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
如何安装Mailparse php 5.6 centos webpanel_Php - Fatal编程技术网

如何安装Mailparse php 5.6 centos webpanel

如何安装Mailparse php 5.6 centos webpanel,php,Php,我试图在CentOS 6 x68上使用mailparse重新编译PHP5.6.14,但出现以下错误: configure: WARNING: unrecognized options: --enable-mailparse 这是我的配置命令: './configure' '--with-zlib' '--enable-soap' '--enable-exif' '--with-config-file-path=/usr/local/php' '--with-config-file-scan-d

我试图在CentOS 6 x68上使用mailparse重新编译PHP5.6.14,但出现以下错误:

configure: WARNING: unrecognized options: --enable-mailparse
这是我的配置命令:

'./configure' '--with-zlib' '--enable-soap' '--enable-exif' '--with-config-file-path=/usr/local/php' '--with-config-file-scan-dir=/usr/local/php/php.d' '--enable-phar' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-iconv' '--with-mysql' '--with-mysqli' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-mcrypt' '--with-gettext' '--with-xmlrpc' '--with-pdo-mysql=mysqlnd' '--enable-posix' '--enable-ftp' '--with-openssl' '--enable-mbstring' '**--enable-mailparse**' '--with-kerberos' '--with-xsl' '--with-bz2' '--enable-sockets' '--enable-zip' '--with-gd' '--with-pcre-regex' '--libdir=/usr/lib' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-imap' '--with-imap-ssl'

有人能告诉我怎么修吗?我正在使用centos webpanel/CWP

为什么不安装mailparse扩展

这比重新编译完整的PHP版本容易得多