Php does not generate .core files. If there is a memory overflow or crash in the script, why is the .core file not produced?

php does not generate .core files. If there is a memory overflow or crash in the script, why not produce the .core file
ulimit-c unlimited has been executed or not.

Php
Mar.02,2021

Hypermemory does not necessarily cause core dump,. Php may handle it by itself, and it will not generate core dump
. You can force it to generate
kill-6 pid and then force it to generate

.
Menu