ID:               22741
 Comment by:       webmaster at paramiliar dot com
 Reported By:      bodgadle at yahoo dot co dot uk
 Status:           No Feedback
 Bug Type:         Session related
 Operating System: Windows 2000 SP3
 PHP Version:      4.3.2-RC
 New Comment:

The problem normally arises when you are using a SESSION variable and a
standard variable with the same name

i.e $_SESSION['amount'] and $amount

one possible fix (untested) is to kill the session if you have finished
with it or unset your variables

I beleive you can also issue an ini_set call to fix this but most of
the time I have fixed this by just renaming variables


Previous Comments:
------------------------------------------------------------------------

[2008-06-11 12:05:09] faizalbs at gmail dot com

I have same problem here and it give me a headeach because it involve
my client website.

Someone can advise some solutions?

------------------------------------------------------------------------

[2003-04-28 11:14:06] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-03-17 19:51:43] [EMAIL PROTECTED]

And your php.ini is under C:\winnt\ ??
What are the settings set to in phpinfo() output?


------------------------------------------------------------------------

[2003-03-17 16:19:14] bodgadle at yahoo dot co dot uk

Hi there,

I already checked and there's only 1 PHP.INI on my system and I am
running latest version here's phnfo output showing version & ini path

PHP Version 4.3.2-RC 

System  Windows NT NUSWEB1 5.0 build 2195  
Build Date  Mar 17 2003 10:15:18  
Server API  Apache  
Virtual Directory Support  enabled  
Configuration File (php.ini) Path  C:\WINNT\php.ini

------------------------------------------------------------------------

[2003-03-17 16:02:48] [EMAIL PROTECTED]

Then you are editing the wrong php.ini file or perhaps not actually
running 4.3.  Check phpinfo() to see which version it is and where it is
expecting to read your php.ini file from.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22741

-- 
Edit this bug report at http://bugs.php.net/?id=22741&edit=1

Reply via email to