Page 1 of 1

php_mailparse.dll

PostPosted: 09. October 2007 00:56
by sncikny
I have been trying to enable mailparse without any luck. I have verified it is in the correct ext directory as defined in the php.ini and have uncommented it in the php.ini as well. After restarting apache it still does not show up in the status or my program that si lloking for it, does not see it as well. If I uncommnet other dll above or below it, the show up in the status as enabled.

What am I doing wrong?

PostPosted: 09. October 2007 02:03
by Wiedmann
and have uncommented it in the php.ini as well.

The correct one?

BTW:
With a (older) XAMPP 1.6.2 this extension work. Your XAMPP version?

PostPosted: 09. October 2007 05:49
by sncikny
I am using 1.6.3 and I edited the xampp/apache/bin/php.ini.
I also tried the other one, but that didn't do anything either.

Wiedmann wrote:
and have uncommented it in the php.ini as well.

The correct one?

BTW:
With a (older) XAMPP 1.6.2 this extension work. Your XAMPP version?

PostPosted: 09. October 2007 06:58
by Wiedmann
I am using 1.6.3 and I edited the xampp/apache/bin/php.ini.

You must load the mbstring extension before the mailparse extension in "php.ini".

PostPosted: 09. October 2007 17:32
by sncikny
It is loaded, but mailparse still is not.

PostPosted: 09. October 2007 21:44
by sncikny
Strike that. I reread the post and realized it needs to be before mailparse on the list.

Thanks, working now.