PHP 7.2: SIGSEGV in OpenSSL

Kurt Jaeger pi at freebsd.org
Tue Apr 23 16:01:10 UTC 2019


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 at opsec.eu            +49 171 3101372                    One year to go !


More information about the freebsd-ports mailing list