From: [EMAIL PROTECTED]
Operating system: linux 2.2
PHP version: 4.1.0
PHP Bug Type: Session related
Bug description: session_register() doesn't register
I got an array as a session var, then on one page I do
unset($basket);
$basket = array();
session_register("basket");
to empty the array but the array seems to be unaffected.
The exact same code works on 4.0.5.
4.1.0 setup:
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--disable-debug'
'--enable-track-vars' '--with-pgsql' '--with-gd=../gd-1.8.4'
'--with-zlib=/usr' '--with-jpeg-dir=/usr' '--with-ttf' '--with-xslt'
'--with-xslt-sablot'
--niklas
--
Edit bug report at: http://bugs.php.net/?id=14688&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]