> Can someone tell me what I'm doing wrong here? I'm using PHP 4.3.11 on 
> Red Hat 5.0 (Cobalt). /home/sites/www.harvardchemclub.org is a symbolic 
> link that points to /home/sites/site66. I've tried this with and without 
> trailing slashes. I added a comment to a similar bug report years ago, 
> which I believe has gone largely ignored, and now my comment seems to 
> have disappeared.
> 
What is the output of:

<?php
  echo realpath('/home/sites/www.harvardchemclub.org/web/index.html');
?>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to