php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4491 Problems with trans-sid and WAP
Submitted: 2000-05-17 23:04 UTC Modified: 2000-08-01 21:58 UTC
From: konrad at interdata dot net dot pl Assigned: hholzgra (profile)
Status: Closed Package: Session related
PHP Version: 4.0 Release Candidate 2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: konrad at interdata dot net dot pl
New email:
PHP Version: OS:

 

 [2000-05-17 23:04 UTC] konrad at interdata dot net dot pl
When trans-sid is enabled, and there ara others params
on URL, PHP engine adds SID after & (ampersand).
In WML this is illegal, and should be changed to &
I suggest to add configuration options that allows
choose parameter separator.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-24 17:32 UTC] sniper@php.net
This is possible through php.ini directive.

Please add following line to your php.ini:

arg_separator = "&"

Please test this. I have nothing to test this with..

--Jani

Developers: Why isn't this in php.ini-dist ??

 [2000-07-24 17:36 UTC] sniper@php.net
That status-select should really be next to commit-button..

--Jani
 [2000-08-01 09:47 UTC] hholzgra@php.net
even the new trans-sid code is not yet arg_separator-aware :(

will fix this later
 [2000-08-01 21:58 UTC] hholzgra@php.net
trans-sid will now use arg_separator settings
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 19:01:31 2025 UTC