[PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread derick
ID: 14341 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.0 New Comment: Change the extention of the file 'include($rootHttp . "/test/test_abs_http.php");' to .txt, and you'll see it works fine. Deri

Re: [PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread Daniel Lorch
Hi, Didn't I mention this before? > $rootFile = "/accounts/www73038/www/www.art-co-op.net/"; > [..] > include($rootFile . "/html/test/test_abs_file.php"); now, here's a slash too much. by including a file remotely, it is 1. executed by Apache/PHP 2. the OUTPUT of this script is included, NOT t

[PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread timneill
ID: 14341 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.0 New Comment: ok i created a directory on my server called test: it contains 4 files: test.php test_relative.php test_abs_

[PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread hholzgra
ID: 14341 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.0 New Comment: but i still believe your files are parsed by the server *before* delivery ... or can you prove the opposite? Previous Comments

[PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread timneill
ID: 14341 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.0 New Comment: nope the missing quote is not it - that is simply a typo on my behalf. also the summary should read: include()

[PHP-DEV] Bug #14341 Updated: include() html vs file system - variable scope

2001-12-04 Thread hholzgra
ID: 14341 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.0 New Comment: due to the missing 2nd quote i guess that you do not include "/includes/inc_file but some php file wi