On Mon, Oct 5, 2009 at 11:12 AM, Nancy Wichmann <[email protected]> wrote: > I was trying to track down an issue I am having with the node module's > content_types.inc so I stuck in some messages. Unfortunately, the menu > system uses require_once to load these files, so my changes are not working. > I really don't want to have to reboot every time I do something. Is there > any quicker way to get PHP to reload these files?
That's definitely not PHP's default behavior. It sounds like you might have some caching happening, perhaps APC? That or you might be editing a different file other than the one you're expecting? I've found myself hacking a way for a good half hour only to realize I'm on the wrong site. andrew
