[vox-tech] PHP fopen() bug

Rod Roark rod at sunsetsystems.com
Sun Mar 20 16:27:34 PST 2005


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


More information about the vox-tech mailing list