We jumped from FreeBSD 13 to FreeBSD 15 last night, and everything seems to be working just fine.
Except this, when we run PHP 8.3.30 in CLI only, we always get exited on signal 11 (core dumped) - even if the script was ran successfully.
NOTE: I'm not sure if this is related to FreeBSD 15 or not (these script worked in FreeBSD 13 with PHP 8.3.30, using the same inis and confs).
This excerpt is a PHP script cron job running each minute:
Apache and PHP-FPM isn't affected.
Thanks,
Except this, when we run PHP 8.3.30 in CLI only, we always get exited on signal 11 (core dumped) - even if the script was ran successfully.
NOTE: I'm not sure if this is related to FreeBSD 15 or not (these script worked in FreeBSD 13 with PHP 8.3.30, using the same inis and confs).
This excerpt is a PHP script cron job running each minute:
Code:
Mar 31 06:57:05 srv07 kernel: pid 23843 (php), jid 0, uid 0: exited on signal 11 (core dumped)
Mar 31 06:58:13 srv07 kernel: pid 23871 (php), jid 0, uid 0: exited on signal 11 (core dumped)
Mar 31 06:59:04 srv07 kernel: pid 23900 (php), jid 0, uid 0: exited on signal 11 (core dumped)
Mar 31 07:00:05 srv07 kernel: pid 23929 (php), jid 0, uid 0: exited on signal 11 (core dumped)
Mar 31 07:01:02 srv07 kernel: pid 24022 (php), jid 0, uid 0: exited on signal 11 (core dumped)
Apache and PHP-FPM isn't affected.
Thanks,