well ok, if it's :
main.php :
include 'foo';
foo :
include 'bar';
bar :
include 'whatever';
...
there will be lots of used file descriptors at once
Leon Mergen wrote:
"Stephan Seidt" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I guess that PHP will c
"Stephan Seidt" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I guess that PHP will close file 1 before it opens
> file 2 and so on.. For example :
>
> include 'foo';
> include 'bar';
>
> When bar is being opened foo is already closed.
Hmmm, i think the par
I guess that PHP will close file 1 before it opens
file 2 and so on.. For example :
include 'foo';
include 'bar';
When bar is being opened foo is already closed.
Leon Mergen wrote:
"Radek Zajkowski" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]...
Is there, was there ever issu
3 matches
Mail list logo