CakeFest 2024: The Official CakePHP Conference

Installazione

Questa estensione » PECL non è incorporata nel PHP. Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL. Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » https://pecl.php.net/package/mailparse.

In order to use these functions you must compile PHP with mailparse support by using the --enable-mailparse configure option.

Windows users will enable php_mailparse.dll inside of php.ini in order to use these functions. Windows binaries (DLL files) for this PECL extension are available from the PECL website.

It is necessary that the mbstring extension is loaded before mailparse.

add a note

User Contributed Notes 1 note

up
-3
Anonymous
2 years ago
To install on centos try:

> yum install php-cli php-mailparse

..and then restart apache..

> systemctl restart httpd
To Top