openbsd-ports/mail/pecl-mailparse/pkg/MESSAGE
sthen 86e8b2d393 import pecl-mailparse.
Mailparse is a PHP extension for parsing and working with
plain and MIME compliant email messages. It is stream based,
so does not keep in-memory copies of the files it processes,
lowering resource use with large messages.
2009-04-28 15:55:07 +00:00

11 lines
386 B
Plaintext

You can enable this module by creating a symbolic
link from ${PREFIX}/conf/php5.sample/mailparse.ini to
${PREFIX}/conf/php5/mailparse.ini.
ln -fs ${PREFIX}/conf/php5.sample/mailparse.ini \
${PREFIX}/conf/php5/mailparse.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.