Re: [PHP-DEV] Re: Small CGI Serve

2002-06-19 Thread BB
Get vars are working now! Just gotta do post and i'm virtually done! Anyone got a guide? "James Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > I have found if you set the environment var "REDIRECT_STATUS" to "FALSE" > > then it works > > > > Someo

RE: [PHP-DEV] Re: Small CGI Serve

2002-06-19 Thread James Cox
> > I have found if you set the environment var "REDIRECT_STATUS" to "FALSE" > then it works > > Someone explain? > > > > Having finally found out how to pass the Environment vars onto PHP, I am > > stumpted to find that PHP wasn't reading them and putting them in their > > place (GET vars). > > >

[PHP-DEV] Re: Small CGI Serve

2002-06-19 Thread BB
I have found if you set the environment var "REDIRECT_STATUS" to "FALSE" then it works Someone explain? "Bb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to write a small CGI webserver. > > Having finally found out how to pass the Environment va

Re: [PHP-DEV] zend_bailout() crash.

2002-06-19 Thread Markus Fischer
On Wed, Jun 19, 2002 at 10:41:04AM +0200, moshe doron wrote : > "Markus Fischer" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Is there somewhere a zend_try { } zend_try_catch statement > > around the execution loop ? It is needed, maybe it's miss

Re: [PHP-DEV] zend_bailout() crash.

2002-06-19 Thread moshe doron
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there somewhere a zend_try { } zend_try_catch statement > around the execution loop ? It is needed, maybe it's missing? there is no one. could u commit the needed change (i don't realy