I'm using PHP version 5.3.1 and CakePHP 2.3.8 with XAMPP on localhost, and only some errors are actually displayed. I can say for certain that no PHP syntax errors are displayed. I can't figure out what's going on, but sometimes Cake will throw out an error, and other times it won't at all, but when this happens my browser will say "No data received".
For example, if I type the following, it will go to the "No data received" screen for sure
echo "test" //no semicolon
I've tried it on Chrome, Firefox and Safari so I'm sure it's not browser specific. I checked my error_log file and for each time this happens, the error is something like
child pid 90396 exit signal Segmentation fault (11)
Update - I got it working
I was sick of hunting it down for nearly an hour so I backed up all of my projects and uninstalled XAMPP and downloaded the latest version and it's working now. Thanks for your advice.