[PHP-DEV] Bug #11527 Updated: session_unregister() seems not work properly

2001-06-18 Thread ccjeagle
ID: 11527 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Operating system: FreeBSD 4.3 STABLE PHP Version: 4.0.5 Description: session_unregister() seems not work properly Well I found a solution. Just replace session_unregister() by unset() statement. Previous

[PHP-DEV] Bug #11527: session_unregister() seems not work properly

2001-06-18 Thread ccjeagle
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 STABLE PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: session_unregister() seems not work properly It seems that session_unregister() should remove a var from the session, isn't it ? ---test.php

[PHP-DEV] Bug #11527 Updated: session_unregister() seems not work properly

2001-06-19 Thread ccjeagle
ID: 11527 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *Session related Operating system: FreeBSD 4.3 STABLE PHP Version: 4.0.5 Description: session_unregister() seems not work properly Yes, when you unregister something, you also need to unset it if you want it to be unset

[PHP-DEV] Bug #14695: session_destroy affects output

2001-12-25 Thread ccjeagle
From: [EMAIL PROTECTED] Operating system: FreeBSD4 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: session_destroy affects output Take a look at this: ?php session_start() ; $_SESSION[username] = abc ; echo pFirst Line Here/p ; session_destroy() ;

[PHP-DEV] Bug #14695 Updated: session_destroy affects output

2001-12-25 Thread ccjeagle
ID: 14695 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: FreeBSD4 PHP Version: 4.1.0 New Comment: If the session.use_trans_sid set to 0, there is no error occure. Should I rewrite all my scripts to

[PHP-DEV] Bug #14695 Updated: session_destroy affects output

2001-12-25 Thread ccjeagle
ID: 14695 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: FreeBSD4 PHP Version: 4.1.0 New Comment: ( I havn't tried to re-compile without --enable-trans-sid) Previous Comments: