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
[code langage=”text”]
ThreadStackSize 8888888
[/code]
AND restart apache.
Search within Codexpedia
Custom Search
Search the entire web
Custom Search
Related Posts