[pLog-svn] question
Oscar Renalias
phunkphorce at gmail.com
Thu Mar 3 14:00:45 GMT 2005
> On Thu, 3 Mar 2005, Oscar Renalias wrote:
> > So this is the problem... but I just don't know how come nobody ever
> > bumped into it.
> This is the same problem I reported in mantis or on the forums
> before. I tried switching the values (then, not now) in my php.ini, but
> didn't see any difference.
could it be that you were modifying the wrong php.ini file? At least,
that's what was happening to me therefore I wronly concluded that
magic_quotes_gpc didnn't make any difference... Until I noticed (via
phpInfo()) that I had been modifying the wrong file all the time :-)
> > I don't think we should force people to configure their php.ini
> Right, we can't do that, because lots of people can't modify their
> php.ini, so your solution looks good, as long as we can find all the
> places it needs to have the if(get_magic_quotes_gpc())
Ideally, I think it should be enough to modify Request::getValue()
since $this->_request->getValue() is used in all *Action classes (I am
100% sure about that :)
Oscar
More information about the pLog-svn
mailing list