From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: require() on a non-existent file makes PHP give up w/o an error If you require() or require_once() on a file that's not found anywhere in the library search path, PHP gives no output and no error message. This is so common in our shop that whenever we see no output at all from a script, we just assume we've goofed up a require(). When I stumbled across the behavior in Bug #13347, I figured I messed up an require(). It may also be a problem with include() and include_once(), but we don't use those anywhere anyway. -- Edit bug report at: http://bugs.php.net/?id=13348&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]