Date: 03/29/00
- Next message: Alexander Aulbach: "Re: [PHPLIB] How to clean up session when deleting user?"
- Previous message: Allen Lee: "RE: [PHPLIB] Re: [PHP3] persistent data"
- In reply to: Björn Schotte: "[PHPLIB] Too long session.val with PHP4.0RC1"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: Kristian Koehntopp: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 29 Mar 2000, Björn Schotte wrote:
> 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?
I have never run phplib on php4.0. They both store sessions. Maybe they
conflict? If you have a php 3.0.1x around you could test this theory.
nicholas
-
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: Alexander Aulbach: "Re: [PHPLIB] How to clean up session when deleting user?"
- Previous message: Allen Lee: "RE: [PHPLIB] Re: [PHP3] persistent data"
- In reply to: Björn Schotte: "[PHPLIB] Too long session.val with PHP4.0RC1"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Reply: Kristian Koehntopp: "Re: [PHPLIB] Too long session.val with PHP4.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

