RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
>> Cc: [EMAIL PROTECTED] >> Subject: RE: [PHP] 3rd include >> >> >> If a file is included from within a function, this would limit the >> variable cope of this file, correct? > >Yes it would. (Specifically, it would mean that everything in that file >operate

RE: [PHP] 3rd include

2001-08-08 Thread Matthew Loff
: Drew P. Vogel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include > -Original Message- > From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 3:14 PM > To: Mark Roedel > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] 3rd include > >

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
> -Original Message- > From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 3:14 PM > To: Mark Roedel > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] 3rd include > > > If a file is included from within a function, this would limit

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
:19 PM >> To: Mark Roedel >> Cc: [EMAIL PROTECTED] >> Subject: RE: [PHP] 3rd include >> >> >> You're right. It is not discuessed there. My memory served me >> incorrectly. >> >> In index.php (the file loaded by php), >>

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
> -Original Message- > From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 2:19 PM > To: Mark Roedel > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] 3rd include > > > You're right. It is not discuessed there. My memory s

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
quot; > LeTourneau University ||-- Henry Kissinger > > > >> -Original Message- >> From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, August 08, 2001 12:13 PM >> To: Mark Roedel >> Cc: [EMAIL PROTECTED]

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
PROTECTED]] > Sent: Wednesday, August 08, 2001 12:13 PM > To: Mark Roedel > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] 3rd include > > > I searched the database and did not find anything. I was not > sure if the > bug could possibly be entered under a different title,

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
I searched the database and did not find anything. I was not sure if the bug could possibly be entered under a different title, though. It is discussed in the manual errata for the include() function, so I would assume the developers at least know of it. --Drew Vogel On Wed, 8 Aug 2001, Mark Roe

RE: [PHP] 3rd include

2001-08-08 Thread Johnson, Kirk
> Has the "3rd include" bug (where variable definitions ar > "lost" at the 3rd > include), been fixed yet? > > --Drew Vogel Drew, I hadn't heard about this one. If you find anything, would you please post back your results to the list? TIA Kirk -- PHP General Mailing List (http://www.php.ne

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
> -Original Message- > From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 07, 2001 8:51 PM > To: [EMAIL PROTECTED] > Subject: [PHP] 3rd include > > > Has the "3rd include" bug (where variable definitions are > "lost" at the 3rd include), been fixed yet? The obvious