[phplib] Error with big arrays as session-variables in session.inc on line 332 ??? From: Peter Holm (PHolm <email protected>)
Date: 06/29/00

Hi,

my instal of phplib works fine in general and I get used to use it.
Everything worked fine until now:

I need to sess->register a big array with about 1000 values.

$sess->pt [MYARRAY] = 1 tells me, that serialization and putting the
data into database works. Also the database contains a quite big
session-value string.

Trying to call the page a second time ends up with an

Parse error: parse error in phplib/session.inc on line 332

If I base64_decode($str) the value manually, I see that the declaration
of the array is simply cut off half the way, so ac_get_value canīt do
his job...

It does not seem to be a database-error (mysql), since normal operation
with large strings are no problem...

Is this a known error? Is there a fix?
What can I do about this?

Thanks for your attention,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>