Date: 11/19/99
- Next message: Andi Gutmans: "[PHP-DEV] MySQL module for Win32"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP4BETA] You should not have to choose"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "[PHP-DEV] MySQL module for Win32"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP4BETA] You should not have to choose"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

