Forums
(@daviboysmith)
9 years, 5 months ago
OK, did some google search and found the source of the error on my WAMP stack
have to add the following to my httpd.conf file to increase the thread stack size to 8M.
<IfModule mpm_winnt_module> ThreadStackSize 8388608 </IfModule>