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] Parent Limits?

2011-06-21 Thread Daniel Brown
On Tue, Jun 21, 2011 at 00:35, Brian Smither wrote: > > The following works (three parents): > include("../../../includes/ini.inc.php"); > require_once("../../../includes/ini.inc.php"); > > The following works (four parents): > include("../../../../includes/ini.inc.php"); > > The following does no

[PHP] odbc_connect() without user and password

2011-06-21 Thread Marten Lehmann
Hi, I'd like to specify the credentials rather in the application specific .odbc.ini than in the source code. I also don't like to create config file parsing overhead. Why isn't the the user and password parameters in odbc_connect() optional? The unixODBC test tool isql works fine without sp