Install Mailparse Xampp
No releases available for package 'pecl.php.net/mailparse' / install. To install mailparse-2.1.6 extension on my Windows 10 xampp PHP.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Dell datasafe local backup upgrade.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Sep 14, 2016 •
Hello, trying to install php-mime-mail-parser via composer, following your guide. Proceeding to install mailparse-2.1.6 extension on my Windows 10 xampp PHP 5.6.11, getting this response:
Could be viable the option to download the DLL manually from here? I see there are 3 DLLs available for versions 2.1.6, 3.0.0 and 3.0.1 |
commented Sep 14, 2016
Never use on Windows but I think it's working well with 2.1.6 if you have PHP5 and 3.0.1 if you have PHP7 |
commented Sep 15, 2016
FYI, it worked like a charm using the appropriate (ts/nts, x86/x64) DLL from the link above and adding the line 'extension=php_mailparse.dll' to php.ini accordingly. |
commented Sep 15, 2016
Nice I keep this issue to update the readme with the installation on windows :) |
0141268