From:             [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  Session does not allow to update variables

When I try to save in the session variable, which is an array and every
line of an array is HASH it allows to save ONLY first line (array[0])
later calling the same function in the same script with new data changes
an array in memory, but after the script is finished - no new data stored
in session, but session file is updated (time).
When I install PHP 4.0.4 under WIN2000 - everything works good, also the
same scripts works good under Linux with php 4.0.6, compiled options:
 './configure' '--enable-discard-path' '--with-ibm-db2=/usr/IBMdb2/V7.1'
'--enable-ftp' '--enable-trans-sid' '--with-gd' '--enable-gd-native-tt'
'--with-freetype-dir' '--with-png-dir' '--with-jpeg-dir'
'--with-zlib-dir'

for 4.1.1 under freeBSD options are:
 './configure' '--enable-discard-path' '--with-mysql=/usr/local'
'--with-jpeg-dir=/usr/local' '--with-freetype'
'--with-freetype-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib'
'--with-zlib-dir=/usr/local' '--enable-ftp' '--with-gd=/usr/local'
'--enable-trans-sid'
-- 
Edit bug report at http://bugs.php.net/?id=15428&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15428&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15428&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15428&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15428&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15428&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15428&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15428&r=notenoughinfo


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to