Is there some PHP 4.3.8 anomaly that can cause the same file to be successfully included using include_once() but bomb out (w/o warning nor error!) using require_once()?
This is a complete mystery to me that I can't figure out, though I know that require_once normally throws errors while include_once will throw a warning, yet in this case, neither is occurring.
Thanx
Phil