Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Created April 23, 2021 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexalouit/3321f12c36d2ea292efc5eb3351b0ebc to your computer and use it in GitHub Desktop.
Save alexalouit/3321f12c36d2ea292efc5eb3351b0ebc to your computer and use it in GitHub Desktop.
mailparse 3.0.3 segfault
# install lastest version
$ pecl install mailparse
# compilation failed and return mbstring needed anyway
$ nano /usr/include/php/*/ext/mbstring/libmbfl/mbfl/mbfilter.h
# add to header:
#undef HAVE_MBSTRING
#define HAVE_MBSTRING 1
$ pecl install mailparse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment