On Sunday 20 March 2005 02:22 pm, Dave Peticolas wrote:
> Could it be that the php process has read permission
> to /tmp but not write permission? I think that would
> produce the behavior in question.
No. To repeat myself:
On Sunday 20 March 2005 07:28 am, Rod Roark wrote:
> What DOES work is:
>
> touch('/tmp/test');
> $fh = fopen('/tmp/test', 'w');
-- Rod