On Tue, Jul 02, 2002 at 01:04:03PM -0600, B i g D o g wrote: > I have searched the archives and all over google and php.net; however, i can > not find an answer to this question: > > When running a php script that opens a file descriptor (implicit and not) > does the file descriptor get closed automatically when the script > terminates?
if you use php functions like fopen() - yes. (unless you found a bug). tc -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php