[PHP-DEV] Bug #14164 Updated: variables set in remotely include()d file are lost upon return

2001-11-21 Thread brianlmoon
ID: 14164 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: The file that is served remotely is being parsed on that server, not the local one. You would have to have

[PHP-DEV] Bug #14164 Updated: variables set in remotely include()d file are lost upon return

2001-11-21 Thread torben
ID: 14164 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: Change your included file extensions from .php to something which the remote server won't parse, so that you're including the

[PHP-DEV] Bug #14164 Updated: variables set in remotely include()d file are lost upon return

2001-11-21 Thread bate
ID: 14164 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: :) but i think he want that his code executed on the remote machine. He want just an :resource_id #xxx to use it local. Btw.