PDA

View Full Version : change to PHP ini


pete3005
11-09-2002, 04:06 AM
Would it be possible for you to change the following line in the PHP ini file under Data Handling from:

;arg_separator.output = "&"

to

arg_separator.output = "&"

by uncommenting that line the session id is appended to URLs like &PHPSESSID=6ace..

instead of

&PHPSESSID=6ace..

For validation, all '&' must be &

Its not urgent as I have added a php_value to my .htaccess file to change it for my sites, but it would be nice having this by default. I believe it won't ruin anyones scripts, or shouldn't do.

Thanks

Pete

Steven
11-09-2002, 09:55 AM
Hi Pete,
I'll have a talk with our server admin to see what the advantages/disadvantages of changing that line of the php.ini file.

-Steven

pete3005
11-09-2002, 10:27 AM
Damn, the board screwed the code up...

its & a m p ; without the spaces, this board keeps screwing that up.

So my original post should have been:

Would it be possible for you to change the following line in the PHP ini file under Data Handling from:

;arg_separator.output = "&"

to

arg_separator.output = "& a m p ;"

by uncommenting that line the session id is appended to URLs like & a m p ; PHPSESSID=6ace..

instead of

&PHPSESSID=6ace..

For validation, all '&' must be & a m p ;

I have to leave spaces between the & a m p ; otherwise it doesn't show ... arrgghhhh!

Pete

lucas
11-09-2002, 11:40 AM
nevermind, i thought you could keep the code straight with the code tag in vbulletin but i was wrong.