Date: 03/29/00
- Next message: Ed Earle: "[PHPLIB] Problem with $auth->auth["uname"]"
- Previous message: Sascha Schumann: "[PHPLIB] Re: [PHP3] persistent data"
- Next in thread: nicholas klem: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: nicholas klem: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: Alexander Aulbach: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I recently compiled PHP4.0RC1 with the following
options:
#!/bin/sh
./configure \
--with-apxs=/usr/sbin/apxs \
--with-mysql=yes \
--with-zlib \
--with-gd=/usr \
--with-dbase=yes \
--enable-dba \
--enable-sysvshm \
--enable-sysvsem \
--enable-debug=no \
--enable-safe-mode=no \
--with-ftp=yes \
--enable-url-fopen-wrapper=yes \
--enable-track-vars=yes \
--enable-versioning
Everything went fine... I wanted to test a project
that's using PHPLIB if it's runnig well under PHP4.0.
After page_close(), I get the following error:
Database error: Invalid SQL: update active_sessions
setval='[very very long string]',changed='20000329220448'
where sid='a2f05a96772a3e8e2903b01cd23b9c7a' and name='redsession'MySQL
Error: 0 ()Session halted.
I searched in PHPLIB archive and found a similar thread. I
changed session.val into a LONGTEXT field, but that doesn't
help either.
The configuration for my project:
php_value include_path .:/path/to/my/include/path
php_value auto_prepend_file /path/to/my/prepend_file.php
php_flag track_vars on
I am using mysql Ver 9.33 Distrib 3.22.25, for pc-linux-gnu (i686)
Do you think it's a problem with MySQL?
TIA, Björn.
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Ed Earle: "[PHPLIB] Problem with $auth->auth["uname"]"
- Previous message: Sascha Schumann: "[PHPLIB] Re: [PHP3] persistent data"
- Next in thread: nicholas klem: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: nicholas klem: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: Alexander Aulbach: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

