Date: 05/24/01
- Next message: long <email protected>: "[PHP-DEV] Bug #8844 Updated: -rpath is not used correctly, causing configure failure"
- Previous message: mfischer <email protected>: "[PHP-DEV] Bug #11085 Updated: preg_replace_callback and class methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11003
Updated by: andrei
Reported By: andrei <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
NAB.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-21 16:31:20] andrei <email protected>
Simplest script:
session_start();
session_register('counter');
var_dump($HTTP_SESSION_VARS);
$counter++;
print "counter: $countern";
results in:
NULL 1
being printed on every reload. Upon further examination, session files are not created in /tmp directory as specified.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11003&edit=2
-- 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: long <email protected>: "[PHP-DEV] Bug #8844 Updated: -rpath is not used correctly, causing configure failure"
- Previous message: mfischer <email protected>: "[PHP-DEV] Bug #11085 Updated: preg_replace_callback and class methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

