Date: 09/15/00
- Next message: Daniel Beckham: "Re: [PHP-DEV] toye.php.net services down"
- Previous message: mikebp <email protected>: "[PHP-DEV] PHP 4.0 Bug #6762: Incorrect ARGC in function odbc_columns - php_odbc.c"
- In reply to: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] doc_root problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Setup:
RH 6.2, PHP4.0.2 with support for pgsql/pdflib, Apache 1.3.12
safe_mode = On
doc_root = /usr/local/apache/httpd
test.php:
<?
phpinfo();
?>
Output of viewing test.php:
Warning: Unable to access /usr/local/apache/httpd/usr/local/apache/httpd/htdocs/test.php in Unknown on line 0
Warning: Failed opening '/usr/local/apache/httpd/htdocs/test.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on
line 0
At what point in MY code do I have an error?
Thanks.
--patrick
On Fri, Sep 15, 2000 at 12:13:38AM -0400, Comeau, Michel wrote:
> I'd say, keep the fixed one ... and users should fix their PHP code. Fix the
> doc too (if needed).
>
> -----Original Message-----
> From: Andi Gutmans [mailto:andi <email protected>]
> Sent: Thursday, September 14, 2000 4:55 PM
> To: PHP Development
> Subject: [PHP-DEV] doc_root problem
>
>
> 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>
>
>
> --
> 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>
-- 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: Daniel Beckham: "Re: [PHP-DEV] toye.php.net services down"
- Previous message: mikebp <email protected>: "[PHP-DEV] PHP 4.0 Bug #6762: Incorrect ARGC in function odbc_columns - php_odbc.c"
- In reply to: Comeau, Michel: "RE: [PHP-DEV] doc_root problem"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] doc_root problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

