[PHP] Re: Does file_exists() 'honour' open_basedir?

2006-01-27 Thread DRYALLS
Let me try and answer my own question. I've *heard* that since PHP v4.3.2 file_exists() returne an open_basedir warning, but earlier PHP versions did not. Is this true? ""DRYALLS"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have 2 differe

[PHP] Does file_exists() 'honour' open_basedir?

2006-01-25 Thread DRYALLS
I have 2 different PHP installs, each are slightly different versions, and each have different open_basedir restictions. I have a PHP script that fails on ONE of the installs but NOT the other. The line that fails is $foo = file_exists("/proc/loadavg"); What I don't understand is why one script