Date: Tue, 23 Apr 2019 18:01:10 +0200 From: Kurt Jaeger <pi@freebsd.org> To: Marcel Bonnet <marcelbonnet@gmail.com> Cc: Stefan Bethke <stb@lassitu.de>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: PHP 7.2: SIGSEGV in OpenSSL Message-ID: <20190423160110.GS72200@home.opsec.eu> In-Reply-To: <CAPe0dBk7DAq9cWSzjwcKGzadjeDtjcmz3KmQq2hD=sYf-JOgKQ@mail.gmail.com> References: <67841009-B4BC-4F0A-BB53-77487EE19CBD@lassitu.de> <CAPe0dBk7DAq9cWSzjwcKGzadjeDtjcmz3KmQq2hD=sYf-JOgKQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi!
> Did you find a solution? Please let me know.
There's a well-known problem in the sequence in which php modules
are loaded. I don't know if this is the case here as well,
but that's what we do:
fetch -o fixphpextorder \
        https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh
chmod 755 fixphpextorder
cd /usr/local/etc/php
cat ext-*ini > extensions.ini
fixphpextorder
mv extensions.ini.new extensions.ini
rm ext-*ini
Please test and report if it fixes the problem.
-- 
pi@opsec.eu            +49 171 3101372                    One year to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190423160110.GS72200>
