Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does PHP crash if I keep on programming for long hours and don't restart my computer...? I noticed my localhost php file stop responding and when I take out the include_once'header' file from a page to see if anything changes, the header is still displayed.

share|improve this question
2  
Did you disable browser cache ? – HamZa DzCyberDeV Jun 29 '12 at 16:45
1  
What OS? What version of PHP? Have you looked at the error log? – Robert K Jun 29 '12 at 16:46
header.php, no I didn't disable browser cache. I was suspecting it would be something like this so I just cleared it. – Lap Ming Lee Jun 29 '12 at 16:46
think i am just going to shut down my computer and start fresh tomorrow.. hopefully everything works when i wake up. – Lap Ming Lee Jun 29 '12 at 16:48
Restart you web server. This kind of stuff happened to me few times (it's maybe due to APC). – Samy Dindane Jun 29 '12 at 17:11
show 2 more comments

closed as not a real question by Lion, Shawn Chin, jprofitt, Josh, talonmies Jun 29 '12 at 17:20

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.