Re: [suPHP] php-cgi bug or suphp bug?

2007-09-07 Thread Jani Ollikainen
On Fri, Sep 07, 2007 at 05:55:27PM +0200, Alessandro De Zorzi wrote: I agree, but I need set on one for one domain only in restricted area Oh, bad luck then, but you could use multiple php.ini. One example is: http://lists.marsching.biz/pipermail/suphp/2006-March/001244.html Reason for

Re: [suPHP] php-cgi bug or suphp bug?

2007-09-07 Thread Jani Ollikainen
On Fri, Sep 07, 2007 at 05:07:11PM +0200, Roland Tapken wrote: This code works as expected with register_globals=off. But let me quote PHP manual: More important part of the manual is: http://fi.php.net/manual/en/security.globals.php For short: Don't use it Someone might say that don't use

Re: [suPHP] php-cgi bug or suphp bug?

2007-09-07 Thread Alessandro De Zorzi
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