Re: [PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Moriyoshi Koizumi
Elfyn McBratney <[EMAIL PROTECTED]> wrote: > When you need to send patches to this list you have to append .txt to the > filename (as IIRC, most if not all but .txt attachments are stripped from > the mail). That trick is known not to be applied to Sylpheed :) It looks like the list manager dro

Re: [PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Uwe Schindler
This problem is in all multi-threaded SAPIs. Because of this the array $_SERVER is there. Scripts programmed for PHP 4+ should never use getenv() to get server variables. For example in the NSAPI module you get the environment of the webserver itself, never a CGI env. CGI env only works for Ap

Re: [PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Elfyn McBratney
On Fri, 25 Jul 2003, Mattias Wadman wrote: > On Fri, 25 Jul 2003 14:10:02 +0200 > Magnus Maatta <[EMAIL PROTECTED]> wrote: > > > On Fri, 25 Jul 2003 13:47:54 +0200 > > Mattias Wadman <[EMAIL PROTECTED]> wrote: > > > > > Hello > > > > > > I submitted the bug http://bugs.php.net/?id=24802 and [EM

Re: [PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Mattias Wadman
On Fri, 25 Jul 2003 14:10:02 +0200 Magnus Maatta <[EMAIL PROTECTED]> wrote: > On Fri, 25 Jul 2003 13:47:54 +0200 > Mattias Wadman <[EMAIL PROTECTED]> wrote: > > > Hello > > > > I submitted the bug http://bugs.php.net/?id=24802 and [EMAIL PROTECTED] told me to > > resend it to you. I also attach

Re: [PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Magnus Maatta
On Fri, 25 Jul 2003 13:47:54 +0200 Mattias Wadman <[EMAIL PROTECTED]> wrote: > Hello > > I submitted the bug http://bugs.php.net/?id=24802 and [EMAIL PROTECTED] told me to > resend it to you. I also attach a non-web-form-mangled patch. > > Hope you like the patch. Where is the patch ? =) /Mag

[PHP-DEV] [THTTPD SAPI] Patch for implementing missing getenv

2003-07-25 Thread Mattias Wadman
Hello I submitted the bug http://bugs.php.net/?id=24802 and [EMAIL PROTECTED] told me to resend it to you. I also attach a non-web-form-mangled patch. Hope you like the patch. -Mattias -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php