Parent: child process exited with status 3221225725 — Restarting on XAMP apache

This problem often happens in Windows because of smaller Apache’s default stack size. And it usually happens when working with php code that allocates a lot of stacks.

To solve this issue, add the following at the end of apache config file, httpd.conf

<IfModule mpm_winnt_module>
   ThreadStackSize 8888888
</IfModule>

AND restart apache.

Search within Codexpedia

Custom Search

Search the entire web

Custom Search