Re: [Ganglia-developers] [patch] private cluster authenticate fix

2005-09-10 Thread Martin Knoblauch
Hi, comments on the patch? My php is not good enough to evaluate the change, but I am inclined to commit it if I get one or more ACKs. Cheers Martin --- Ramon Bastiaans [EMAIL PROTECTED] wrote: Hi guys, I noticed that HTTP authentication was not working in auth.php. Since php4 the

Re: [Ganglia-developers] [patch] private cluster authenticate fix

2005-09-10 Thread michael chang
On 9/10/05, Martin Knoblauch [EMAIL PROTECTED] wrote: comments on the patch? My php is not good enough to evaluate the change, but I am inclined to commit it if I get one or more ACKs. Does it break PHP3? If not, then I'd presume it looks safe. If it does, then we'd have to go as far as a

RE: [Ganglia-developers] [patch] private cluster authenticate fix

2005-09-10 Thread Bernard Li
Should we try to aim for an official 3.0.2 release with at least the various PHP fixes checked in? Matt is quite busy with work and all, and I don't mind doing a bit of co-ordination with releases (and personally would like to see a bugfix release of Ganglia). Cheers, Bernard

[Ganglia-developers] 3.0.2 release (was: [patch] private cluster authenticate fix)

2005-09-10 Thread michael chang
On 9/10/05, Bernard Li [EMAIL PROTECTED] wrote: Should we try to aim for an official 3.0.2 release with at least the various PHP fixes checked in? Matt is quite busy with work and all, and I don't mind doing a bit of co-ordination with releases (and personally would like to see a bugfix

Re: [Ganglia-developers] [patch] private cluster authenticate fix

2005-09-10 Thread Jeong Bae Kim
Looks like a simple enough change to take the Apache basic authentication password from PHP built-in global array, _SERVER. I am assuming using $PHP_AUTH_PW in global context requires register_globals option turned on, which is highly deprecated... From: Martin Knoblauch [EMAIL PROTECTED]