ID: 14229 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: freebsd 4.3-stable PHP Version: 4.0.6 New Comment:
Please do not refile a bug report for a problem you already filed. Update the old report instead (which just got closed due to no feedback). Derick Previous Comments: ------------------------------------------------------------------------ [2001-11-26 08:47:48] [EMAIL PROTECTED] Calling the function "virtual" with relative path as a parameter changes current working dirrectory for the calling script. Example follows: <!--uuu.php--> <?php echo getcwd(); virtual("ssi/uuu.html"); echo getcwd(); ?> <!--ssi/uuu.html--> <h4>ssi/uuu.html</h4> Output is: /usr/home/project/public_html/mb ssi/uuu.html /usr/home/project/public_html/mb/ssi ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14229&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]