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
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
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_
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
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()
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