Hi,

if I have a statement like this;

 $success = @include "somefile.inc";

under normally runnning in win2000 php 4.3.3 $success is true if the file
somefile.inc exists, but when run under the server debugger, $success is
false, unless somefile.inc has a return statement such as;

return 1;

in it. is this a problem with different versions of php or something?

Cheers

T.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to