php-general | 2001122
Date: 12/18/01
- Next message: seoz <email protected>: "[PHP] GetImageSize Proble"
- Previous message: Scott Fletcher: "[PHP] PHP module for modem???"
- In reply to: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Next in thread: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Reply: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
register_globals is recommended to be off in the new release. But if you put binaries from a package and didn't changed the ini -
register_globals is probably on.
Regards,
Andrey
----- Original Message -----
From: "Julio Nobrega Trabalhando" <inerte <email protected>>
To: <php-general <email protected>>
Sent: Tuesday, December 18, 2001 5:53 PM
Subject: Re: [PHP] Re: $PHPSESSID on PHP 4.1.0
> Yes, I know. But the problem is PHP 4.1.0, or maybe something on the new
> php.ini that comes with. My scripts were echo'ing $PHPSESSID fine before it.
>
> --
>
> Julio Nobrega.
>
> Um dia eu chego la:
> http://sourceforge.net/projects/toca
>
> "Andrey Hristov" <ahristov <email protected>> wrote in message
> news:032e01c187db$148bfa30$0b01a8c0 <email protected>
> > $PHPSESSID is only available if the session is started before current
> executed script.
> >
> >
> > Regards,
> > Andrey
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: seoz <email protected>: "[PHP] GetImageSize Proble"
- Previous message: Scott Fletcher: "[PHP] PHP module for modem???"
- In reply to: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Next in thread: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Reply: Julio Nobrega Trabalhando: "Re: [PHP] Re: $PHPSESSID on PHP 4.1.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

