ID: 14229
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Apache related
Operating System: freebsd 4.3-stable
PHP Version: 4.0.6
New Comment:
I cannot update old report becaus of bug in your bugreport script. In previous report
I did not suplied password so on attempts to update it I got message
The password you supplied was incorrect.
Something went wrong updating the database.
Previous Comments:
------------------------------------------------------------------------
[2001-11-26 08:50:50] [EMAIL PROTECTED]
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
------------------------------------------------------------------------
[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]