Roland Tapken wrote:
>
> So, if you say "$foo = 1;", PHP will read this as $_SESSION["foo"] = 1; 
> because the session vars will be exported after GPC-Vars.
>
> idiot? ;-)
>   
a bit :-)) thanks very much today is not a good day for
working around server setting ;-) anyway I set
temporarily register_globals = on in php.ini

because I can not setting register_global = On for only one site
but directive in virtual do not seems work if suphp enabled

<VirtualHost>
...
    php_admin_value register_globals "On"
...
</VirtualHost>

and also .htaccess with

php_flag register_globals on

Alessandro De Zorzi


_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.biz/mailman/listinfo/suphp

Reply via email to