I recently installed xdebug on my server but restricted it's use to our test site, which uses it's own php.ini file.
For example, the test sites php.ini is located at:
/home/test_site/public_html/subdomain_name/php.…
I am getting more and more child pid 10708 exit signal Segmentation fault (11) errors.
what is the root cause of it and how to fix it ?
Is php ini memory is associated with this?
I am using apache2 server with php.
…