On Tue, April 5, 2005 11:41 pm, Kim Madsen said:
>
>> -----Original Message-----
>> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, April 05, 2005 3:42 PM
>
>
>> > having apache be the groupowner doesn´t change anything
>
>> You may also need to change the user/owner, depending on what Apache is
>> running as.
>
> User and group is apache. It made _no_ difference at all, I´m still
> getting permission denied, when calling fopen :-/
>
> [EMAIL PROTECTED] dev]# ls -al ttyS*
> crw-rw-rw-  1 apache apache 4, 64 Apr  5 16:01 ttyS0

Just for fun...

On the command line, su to 'apache' and then do cat /dev/ttyS0

Okay, if that works, run your PHP script from the command line, as apache.

If *THAT* works, then I got nothin'

Report it as a bug, I guess. http://bugs.php.net

Though it's possible that the OS requires a shell to exist for you to open
/dev/ttyS0...

*MAYBE* you could try using http://php.net/exec (with "cat /dev/ttyS0")
and see if that allows you any kind of access.  Doubt it, though.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to