P variable is there, i checked all the possible things that came to me. but
still nothing

the config file was used in 5.3.3 in production just applied changes for
5.3.6

variables_order = "GPCS"
request_order = "GP"
register_globals = Off ; tried with On nothing changed
post_max_size = 8M





On Mon, Jun 20, 2011 at 9:15 PM, Daniel Brown <danbr...@php.net> wrote:

> On Mon, Jun 20, 2011 at 15:09, Fatih P. <fatihpirist...@gmail.com> wrote:
> > Hi Guys,
> >
> > installed php 5.3.6 TS VC9 and apache 2.2.19 OpenSSL 1.0 compiled with
> VC9
> > on windows 2003 R2 but now having strange problem that post variables are
> > not parsed.
> >
> > i have tried file_gets_contents("php://input"); this problems is there
> > especially when i post strings starting with capital letters containing
> > !@#$%&^&*
> >
> > nothing logged that i can see as exception.
> >
> > any ideas ?
>
>     Are you missing a P in variables_order in your php.ini?  For
> production systems, you'll probably want:
>
>        variables_order = "GPCS"
>
> --
> </Daniel P. Brown>
> Network Infrastructure Manager
> http://www.php.net/
>

Reply via email to