Hello Roland, On Friday, November 08, 2002, Roland Fritz wrote... >> $rg = ini_get('register_globals'); >> echo 'My Version: ' . $rg; > That gives the register_globals from php.ini I suppose and it's on (1)
That was silly of me... hehe... I was supposed to get you to get the PHP version... my brain is somewhere else. ;) > Unfortunately I ran the 4.1.x code instead of the 4.0 Thanks for doing the testing :)) > I put an echon in check_php_version to see what $SQ_PHP_VERSION is > and it gives me 4041 !! This is the one point we were after. I'd been looking hard at the session code, and not coming up with the right answers... I know why now. Must do some better debugging ;) > I changed the last line in check_php_version to > return substr($SQ_PHP_VERSION,1,3) >= ($a.$b.$c); What I didn't realize was that while I was working on the session code, I saw a commit to the check_php_version function, and it actually fixes just this issue yesterday... I was just too blind to see it ;) The code was this change: $SQ_PHP_VERSION = substr( str_pad( preg_replace('/\D/','',PHP_VERSION), 3, '0'), 0, 3); > and now I'm able to log in... That is excellent news -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users