[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread brianlmoon
ID: 14165 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Please do not ask the same question twice in the bug system. Previous Comments:

[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread steve
ID: 14165 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: This is not the same as 14164. Thanks for the quick response, Brian. I appreciate that the remote file is parsed

[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread bate
ID: 14165 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Hi, what are you means with remote? include(http://www.mysite.com/phpscript.php;); Dont work. the .php are parsed befor and you

[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread steve
ID: 14165 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Dear Brian, Marco et al: Sorry to be persistent, but I am pretty sure that my postings have been misunderstood, and

[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread sniper
ID: 14165 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Maybe if you added some example script here (which you think should work) we might understand what you mean? And note that

[PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread steve
ID: 14165 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Okay, there's some simple sample code at bug 14164. Basic idea is that I have 2 machines, one public, one

Re: [PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread Lars Torben Wilson
[EMAIL PROTECTED] writes: Dear Brian, Marco et al: Sorry to be persistent, but I am pretty sure that my postings have been misunderstood, and the last reply I just got from Marco confirms it. I'm hoping once you understand the question, the bogus nature of the question will go away.

[PHP-DEV] Return values from include/require (Was: Re: [PHP-DEV] Bug #14165 Updated: No way to return variables from remote include())

2001-11-21 Thread Markus Fischer
On Wed, Nov 21, 2001 at 10:01:34PM -, [EMAIL PROTECTED] wrote : ID: 14165 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: Maybe if you added some example script here (which you

Re: [PHP-DEV] Bug #14165 Updated: No way to return variables from remote include()

2001-11-21 Thread Steve Rapaport
Thanks, Lars! I never would have thought of this, and yes it works! Best, Steve. Lars Torben Wilson wrote: [EMAIL PROTECTED]"> [EMAIL PROTECTED] writes: Dear Brian, Marco et al:Sorry to be persistent, but I am pretty sure thatmy postings have been misunderstood, and the lastreply I

Re: [PHP-DEV] Return values from include/require (Was: Re: [PHP-DEV] Bug #14165 Updated: No way to return variables from remote include())

2001-11-21 Thread Jan Lehnardt
Hi, On Thu, 22 Nov 2001 00:12:40 +0100 Markus Fischer [EMAIL PROTECTED] wrote: This was tested with RC3 and CVS on debian linux (also on two different machines). However, when I asked someone else he reported that 'require' on freebsd also returned int(1). markus, i have to