[PHP-DEV] PHP 4.0 Bug #2765: session file empty From: bago <email protected>
Date: 11/19/99

From: bago <email protected>
Operating system: FreeBSD3.3
PHP version: 4.0 Beta 3
PHP Bug Type: Misbehaving function
Bug description: session file empty

This simple script doesn't work on my system.
The session_encode print correctly the session infos

<?php
        session_start();
        session_register('a');
        $a++;
        print(session_encode());
        print($a);
?>

my configuration:
./configure --prefix=/usr/local --with-apxs=/usr/local/sbin/apxs --with-gd=/usr/local --with-mys=/usr/local --enable-versioning=yes --enable-track-vars --with-xml=/usr/local --with-config-file-path=/usr/local/etc/ --disable-inline --disable-debug

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>