|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-19 06:22 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 01:00:01 2025 UTC |
Description: ------------ Hi, I saw this problem on 4.3.3, but I haven't see it in change-log of 4.3.4, so, I'm reporting it. I have several virtualhosts. One of my virtual host have include_path changed in .httacces. Sometimes (not often) another virtualhost uses this include_path. The frequency is about once per 100 requests... I have just installed 4.3.4, so, I'll be watching my logs... I'm using these modules of Apache: Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_suexec.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_alias.c mod_so.c If you think, I can help, contact me, please. Regards Antonin Karasek Reproduce code: --------------- include("directory/file.php"); Actual result: -------------- [client x.x.x.x] PHP Warning: main(includes/bottom.php): failed to open stream: Operation not permitted in /path/to/the/script.php on line 122, referer: http://url.cz/legenda.php [client x.x.x.x] PHP Warning: main(): Failed opening 'includes/bottom.php' for inclusion (include_path='of another virtualhost from .htaccess') in /path/to/the/script.php on line 122, referer: http://url.cz/legenda.php