PHP mailparse extension/modul
-
Hi Everyone. I have this app that requires PHP mailparse extension/module. https://www.php.net/manual/en/book.mailparse.php
Anyone have managed to install and enable this module on LAMP 7.4 ?
-
How are these extensions usually installed? If you have a .so, you can install following the docs here - https://docs.cloudron.io/apps/lamp/#installing-custom-php-extensions (like ioncube)
@girish said in PHP mailparse extension/modul:
How are these extensions usually installed? If you have a .so, you can install following the docs here - https://docs.cloudron.io/apps/lamp/#installing-custom-php-extensions (like ioncube)
This is my first time installing the app. There is this page https://pecl.php.net/package/mailparse but i do not see any .so files on it. I guess this is different from ioncube.
-
It looks like one has to do
pecl install mailparsewhich doesn't work right now because of the readonly file system. Have to figure what is the easiest way to do this.@girish said in PHP mailparse extension/modul:
It looks like one has to do
pecl install mailparsewhich doesn't work right now because of the readonly file system. Have to figure what is the easiest way to do this.Is it possible to preinstalled with apt on the app repo?
-
@andirahmat OK, I learnt a bit more about this now.
PECL is PHP extensions written in C. PEAR is PHP extensions written in PHP.
Luckily, as you pointed out mailparse is already there in apt. So, I have pushed an update for the PHP 7.4 app to have mailparse in it. I also added it to the php-postgres repo.
-
@andirahmat OK, I learnt a bit more about this now.
PECL is PHP extensions written in C. PEAR is PHP extensions written in PHP.
Luckily, as you pointed out mailparse is already there in apt. So, I have pushed an update for the PHP 7.4 app to have mailparse in it. I also added it to the php-postgres repo.
@girish said in PHP mailparse extension/modul:
@andirahmat OK, I learnt a bit more about this now.
PECL is PHP extensions written in C. PEAR is PHP extensions written in PHP.
Luckily, as you pointed out mailparse is already there in apt. So, I have pushed an update for the PHP 7.4 app to have mailparse in it. I also added it to the php-postgres repo.
Thank you! I'll try again.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login