Date: 06/29/00
- Next message: Dong Baohua: "Re: [phplib] Authentication from multiple databases"
- Previous message: Mike Payson: "[phplib] Please disregard my last question: Simple configuration question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Dong Baohua: "Re: [phplib] Authentication from multiple databases"
- Previous message: Mike Payson: "[phplib] Please disregard my last question: Simple configuration question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

