Re: [PHP] 4.10 New Vars Question

2001-12-26 Thread Edward Marczak
On 12/26/01 1:39 AM, "Philip Olson" <[EMAIL PROTECTED]> wrote: >> hmm, now that i\'m trying to program with register_globals=off, what >> is the new $HTTP_SESSION_VARS? > > $HTTP_SESSION_VARS works, as will $_SESSION (after 4.1.0). These > "special" PHP variables are described in the manual: [

Re: Re: Re: [PHP] 4.10 New Vars Question

2001-12-25 Thread David
ok, thanks Phillips! >The new vars will be listed and described in the manual >eventually (fairly soon). >For now, read the above release >notes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: Re: [PHP] 4.10 New Vars Question

2001-12-25 Thread Philip Olson
> hmm, now that i\'m trying to program with register_globals=off, what > is the new $HTTP_SESSION_VARS? $HTTP_SESSION_VARS works, as will $_SESSION (after 4.1.0). These "special" PHP variables are described in the manual: http://www.php.net/manual/en/language.variables.predefined.php Some wo

Re: Re: [PHP] 4.10 New Vars Question

2001-12-25 Thread David
hmm, now that i\'m trying to program with register_globals=off, what is the new $HTTP_SESSION_VARS? maybe there should be a page in the online manual describing these new variables for easy reference after all, i can\'t find reference to them other than those on the changelog too. thanks Dav

Re: [PHP] 4.10 New Vars Question

2001-12-25 Thread Philip Olson
because they are not documented yet, but, will be. there really is nothing else to say besides what you quoted, they act like their counterparts except these new ones are global. by counterparts i mean _GET == HTTP_GET_VARS so the manual entries on those will apply. see the predefined variables

Re: [PHP] 4.10

2001-12-18 Thread Mark
On Tue, 18 Dec 2001 19:11:02 -0500, Brian Clark wrote: >* Mark ([EMAIL PROTECTED]) [Dec 18. 2001 17:44]: > >> Hi, I'm trying to build php 4.10 with Ming support. >> (the ming I get from cvs that is supposed to work with 4.10) > >[...] > >> Configuring libtool >> checking build system type... i686-

Re: [PHP] 4.10

2001-12-18 Thread Brian Clark
* Mark ([EMAIL PROTECTED]) [Dec 18. 2001 17:44]: > Hi, I'm trying to build php 4.10 with Ming support. > (the ming I get from cvs that is supposed to work with 4.10) [...] > Configuring libtool > checking build system type... i686-pc-linux-gnu > checking for ld used by GCC... /usr/bin/ld > chec