ID: 14229
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Apache related
Operating System: freebsd 4.3-stable
PHP Version: 4.0.6
New Comment:

The same result

Previous Comments:
------------------------------------------------------------------------

[2001-11-26 10:33:28] [EMAIL PROTECTED]

As it seems you're able to update this one, let's keep this open then.
I'll bogus the other one. Now, please try the PHP 4.1.0 (not yet officially
released) from:

http://download.php.net/~zeev/php-4.1.0.tar.gz

and let us know whether this happens with it or not.

--Jani


------------------------------------------------------------------------

[2001-11-26 09:15:12] [EMAIL PROTECTED]

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.


------------------------------------------------------------------------

[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]

Reply via email to