2007/5/23, Arnold Daniels <[EMAIL PROTECTED]>:
Expected:
link
link
differ
I get the "expected" result. with apache 2.2.3 and fastcgi in both
5.2.2 and current -dev , /tmp is mounted as a separate directory with
"noatime" on a reiserfs filesystem.
--
PHP Internals - PHP Runtime Devel
Brian Moon wrote:
> Rasmus Lerdorf wrote:
>> 5:52pm ubuntu:~> php p
>
> I think he said "Also this problem only occurs in the Apache 2 SAPI, not
> in the CLI version."
Works fine under Apache1. I don't have Apache2 handy on this box. But
I can't see this being affected by the SAPI in any way ot
Rasmus Lerdorf wrote:
5:52pm ubuntu:~> php p
I think he said "Also this problem only occurs in the Apache 2 SAPI, not
in the CLI version."
=)
--
Brian Moon
Senior Developer
--
http://dealnews.com/
It's good to be cheap =)
--
PHP Internals - PHP Runtime Developm
So, would this be Ubuntu 7.04? I happen to have one of those boxes
sitting here:
5:52pm ubuntu:~> mkdir /tmp/pear
5:52pm ubuntu:~> cat /etc/issue
Ubuntu 7.04 \n \l
5:52pm ubuntu:~> uname -a
Linux ubuntu 2.6.20-15-server #2 SMP Sun Apr 15 07:41:34 UTC 2007 i686
GNU/Linux
5:52pm ubuntu:~> php p
l
Hi,
I've posted this problem some time ago, but never got a real answer and
it is still bothering me a lot.
My problem is that PHP does not recognize a symlink as a symlink. It
seems to be dereferenced by functions like 'lstat', 'is_link' and
'filetype'. And that isn't supposed to happen.