XAMPP + Win7 x64 : APPCRASH httpd.exe php5ts.dll c00000fd exception

Trabla: How to FIX  XAMPP + Win7 x64 : APPCRASH httpd.exe php5ts.dll c00000fd exception 


XAMPP + Win7 x64 : APPCRASH httpd.exe php5ts.dll c00000fd exception

I'm trying to install
SilverStripe CMS v3.5.0
XAMPP 5.6.28 ( also XAMPP 5.5.38 )
and getting this error all the time

Cause:
ThreadStackSize under Windows - 1 MB (default)
under Linux - 8 MB (default)
So we need to increasde ThreadStackSize to 8MB

Discussion here:
https://community.apachefriends.org/f/viewtopic.php?p=188356

Solving:


WAtch on YouTube



1. Stop Apache

2. Add following text into
Apache config file
httpd.conf

<IfModule mpm_winnt_module>
   ThreadStackSize 8388608
</IfModule>

+ Save file

3. Start Apache


No comments:

Post a Comment