php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8669 Swedish characters in session-variables can appear differently
Submitted: 2001-01-12 03:11 UTC Modified: 2001-04-10 09:46 UTC
From: peo at egenweb dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.3pl1 OS: Linux version 2.2.14C10 (Cobalt
Private report: No CVE-ID: None
 [2001-01-12 03:11 UTC] peo at egenweb dot com
Session variables containing ??? on a systems not supporting these characters can change when saved to /tmp folder. While they are in memory they are perfectly Ok.

It appears that some function is using a shell-call or something to read the contents of the stored session-variables instead of using a normal read.

At least this is my interpretation of the error.

Input is taken from <input> -fields and output is generated like <input value="<?=$sessionvariable?>">

Regards
Per-Olof Pettersson

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-12 06:16 UTC] sniper@php.net
Could you please add a complete but short example script
into this report? 

--Jani



 [2001-01-15 04:42 UTC] sniper@php.net
User feedback:
---------------
I have installed php 4.0.4pl1
and it seems to work by now.
----------------


 [2001-02-26 02:35 UTC] peo at egenweb dot com
It seems that the problem still exists in 4.0.4pl1.
So I would like to open this bug-report again.
 [2001-03-04 16:08 UTC] sniper@php.net
Have you tried the latest CVS snapshot from http://snaps.php.net/ ?
And please include a short script which can be used to reproduce this
into this bug report.

--Jani

 [2001-04-10 09:46 UTC] sniper@php.net
No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC