Re: [PHP-DEV] File Descriptors

2002-07-02 Thread Thies C. Arntzen
On Tue, Jul 02, 2002 at 02:17:38PM -0600, B i g D o g wrote: > Does PHP only use file descriptors when opening files or does > it use it for > other things that are underlining? no - excep for file bases sessions. > > B i g D o g > > > > "Thies C. Arntzen" <[EMAIL PROTECTED]> wrote in mes

Re: [PHP-DEV] File Descriptors

2002-07-02 Thread B i g D o g
Does PHP only use file descriptors when opening files or does it use it for other things that are underlining? B i g D o g "Thies C. Arntzen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, Jul 02, 2002 at 01:04:03PM -0600, B i g D o g wrote: > > I h

Re: [PHP-DEV] File Descriptors

2002-07-02 Thread Thies C. Arntzen
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 au

[PHP-DEV] File Descriptors

2002-07-02 Thread B i g D o g
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? Thanks, B i g D o g -