Date: 01/15/01
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8720 Updated: Apache/PHP dumps core when starting"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8723 Updated: Fun with putenv"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 8719
Updated by: sniper
Reported By: apere <email protected>
Old-Status: Open
Status: Analyzed
Old-Bug Type: *Session related
Bug Type: Documentation problem
Assigned To:
Comments:
It isn't currently possible to register resource variables into session.
This is actually a documentation problem as this isn't mentioned on
any of the session related documentation pages.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-01-15 13:14:16] apere <email protected>
I'm trying (and in fact it seems to work fine) to register a connection id to a postgres database :
/***********************************/
// the followig instruction works fine and $cnx_id
// gets a value (it is not null)
$cnx_id = pg_connect ("host= blah blah...");
session_register('cnx_id');
/***********************************/
And when I try "session_is_registered('cnx_id');", I get TRUE (even in another script, which is what I want), but unfortunately, $cnx_id is null in every other script... Does anybody know about this ?
NB : the very same code works fine if for example $cnx_id is a string ($cnx_id = "test";) instead of this database thing.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8719
-- 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: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8720 Updated: Apache/PHP dumps core when starting"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8723 Updated: Fun with putenv"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

