ID:               15428
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: FreeBSD
 PHP Version:      4.1.1
 New Comment:

Short complete script and session realated ini settings are needed.
Could you post them here?


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

[2002-02-07 09:14:50] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=15428&edit=1


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

Reply via email to