Date: 09/14/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6747 Updated: read() leaks memory"
- Previous message: James Byers: "Re: [PHP-DEV] Banner ad?"
- Next in thread: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Reply: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Maybe reply: Andi Gutmans: "Re: [PHP-DEV] doc_root problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A lot of users have posted problems with doc_root & safe_mode. This is
between PHP 4.0.1pl2 and 4.0.2.
I fixed a bug in fopen-wrappers.c line 416 in this time period where
filename was being used instead of trypath (an obvious mistake because why
did the author bother to setup trypath 3 lines before with the snprintf()).
So what was happening was that when doc_root was set it wasn't really being
appended in php_fopen_with_path but only in php_fopen_primary_script.
Now it seems that the problem is something like this:
doc_root is set to /foo/bar
they include "/foo/bar/blah.inc"
and then they get /foo/bar/foo/bar/blah.inc.
From what I understand (both from the manual and from the code which was
written in PHP 3's fopen-wrapper) that the current behavior after my fix is
the correct one.
Does anyone think differently? How should we address this issue?
Andi
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6747 Updated: read() leaks memory"
- Previous message: James Byers: "Re: [PHP-DEV] Banner ad?"
- Next in thread: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Reply: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Maybe reply: Andi Gutmans: "Re: [PHP-DEV] doc_root problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

