CakeFest 2024: The Official CakePHP Conference

Installation

Diese » PECL-Erweiterung ist nicht Teil von PHP. Information zur Installation dieser PECL-Erweiterung finden sie im Kapitel Installation von PECL-Erweiterungen. Zusätzliche Informationen wie neue Releases, Downloads, Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: » 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-Dateien) für diese PECL-Erweiterung sind auf der PECL-Website erhältlich.

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