Re: [PHP] PHP 5.3.6 Dates

2011-12-12 Thread Matijn Woudt
On Mon, Dec 12, 2011 at 5:56 PM, Floyd Resler wrote: > If this was already discussed I apologize for the duplicate question.  For > some reason dates of -00-00 get converted to 11/30/-0001 with the date > function.  Is this be design or a bug? > > Thanks! > Floyd > It might be related to ti

Re: [PHP] php 5.3.6

2011-06-21 Thread Richard Quadling
On 20 June 2011 20:09, Fatih P. 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 > es

Re: [PHP] php 5.3.6

2011-06-20 Thread Fatih P.
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

Re: [PHP] php 5.3.6

2011-06-20 Thread Daniel Brown
On Mon, Jun 20, 2011 at 15:09, Fatih P. 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 th