From:             takayana at egate1 dot com
Operating system: Windows2000
PHP version:      4.3.10
PHP Bug Type:     Session related
Bug description:  Session variable writes freely and changes.

Description:
------------
By a Session variable   Operation by PHP4.3.10 carries out different
operation from a low-ranking version.


When the following 6 files are created and test_web1.php is performed, in
the case of a low rank version (for example,  PHP4.3.9)
$_SESSION '[data]'   Arrangement   id value   31, 1, 2, 3, 4, and 5 ...
Although set to 20, in the case of PHP4.3.10, it is.   31, 1, 2, 3, 3, and
5 ... It will be set to 20.



Reproduce code:
---------------
http://www.egate1.com/docs/.tmp/code.txt


-- 
Edit bug report at http://bugs.php.net/?id=32261&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32261&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32261&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32261&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32261&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32261&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32261&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32261&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32261&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32261&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32261&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32261&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32261&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32261&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32261&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32261&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32261&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32261&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32261&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32261&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32261&r=mysqlcfg

Reply via email to