mailparse Supportphp-mailparse adds mail parsing functions to your PHP. For more information on mailparse see PECL mailparse page and PHP Manual . mailparse is still EXPERIMENTAL, and you may get segmentation faults or other errors while using it. Please note that mailparse requires mbstring PHP extension to be present. mbstring is built into PHP in RHEL3, the Fedoras have it as a separate package (php-mbstring) starting from PHP 3.4.10. Also, if you edit php.ini or the .ini incluses manually, make sure you load mbstring extension before mailparse. To enable mailparse functions in your PHP, download and install one of the three RPMs:
*mailparse PECL package on Fedora Core 4......is now available through Fedora Extras project as php-pecl-mailparse. Use your up2date or yum to install it. SourceIf you want to rebuild these RPMs yourself, download the source files from the SourceForge File Release System. In addition to the nosrc.rpm-s you'll need PHP source tarball (tar.bz) used in your distribution. |