Date: 06/27/01
- Next message: yohgaki <email protected>: "[PHP-DEV] Bug #9983 Updated: Operator Precedence Clarification/Additions"
- Previous message: erik <email protected>: "[PHP-DEV] Bug #11722: unable to fork with system command"
- Next in thread: Jon Parise: "Re: [PHP-DEV] ARG Separation for Get Vars"
- Reply: Jon Parise: "Re: [PHP-DEV] ARG Separation for Get Vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I remember some discussion a while back for adding the option of separating
GET vars in the query string with ";" rather than "&". I'm on a big XHTML
compliance kick right now, and after doing some basic testing (which worked
because PHP is so flexible), I realized my vars (if more than 1 ;) ) are
getting encoded as a big string like:
array(1) { ["MessageId"]=> string(26) "144;sid=993634620246677112" }
hehe.. obviously not what I'm looking for.
I remember the feature to make this work got implemented at 1 point (I
think), but what is the php.ini config switch to turn this on? Tried to
RTFM but couldn't find it. ;)
Any help?
-Brian Tannenr
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: yohgaki <email protected>: "[PHP-DEV] Bug #9983 Updated: Operator Precedence Clarification/Additions"
- Previous message: erik <email protected>: "[PHP-DEV] Bug #11722: unable to fork with system command"
- Next in thread: Jon Parise: "Re: [PHP-DEV] ARG Separation for Get Vars"
- Reply: Jon Parise: "Re: [PHP-DEV] ARG Separation for Get Vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

