ID: 14688
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Session related
Operating System: linux 2.2
PHP Version: 4.1.0
New Comment:
Both servers got register_globals = On.
On the 4.1.0 server i run with a php.ini that originates from the 4.0.5 release.
--niklas
Previous Comments:
------------------------------------------------------------------------
[2001-12-25 06:00:24] [EMAIL PROTECTED]
What is your register_globals setting?
Derick
------------------------------------------------------------------------
[2001-12-24 19:00:41] [EMAIL PROTECTED]
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 this 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]