Re: [PHP-DEV] Implementing support for HTTP Digest Authorization in PHP

2005-03-29 Thread LacaK
useful > to make the authentication code. > > I hope apply this patch into CVS HEAD if there is no objection. > > Rui > > On Wed, 23 Mar 2005 08:44:14 +0100 > LacaK <[EMAIL PROTECTED]> wrote: > > >>Hi everybody, &g

Re: [PHP-DEV] Implementing support for HTTP Digest Authorization in PHP

2005-03-29 Thread LacaK
Patch is necessary :-))) Rui Hirokawa wrote: I checked this problem again, and I found getallheaders() can have "authorization" even if safe_mode is "On". So, $_SERVER['PHP_AUTH_DIGEST'] in my patch is not necessary to use with PEAR::Auth_HTTP and Apache. I am not sure it is useful or not with ano

[PHP-DEV] appeal regarding feature request #35170

2005-11-23 Thread LacaK
Hi, Recently I have sent one feature request to the bugs list ( http://bugs.php.net/bug.php?id=35170 ) I would appreciate very much if somebody will deal with problem (feature request). I think that the correction I proposed will be very useful and will improve the PHP. I believe that for d

RE: [PHP-DEV] Dumping support for Windows 98 andWindows ME

2006-12-22 Thread LacaK
PHP5 branch leave support for Win9x and me as is. PHP6 branch drop support for Win9x and Me ? -Laco. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Implementing support for HTTP Digest Authorization in PHP

2005-03-22 Thread LacaK
Hi everybody, I am looking for somebody, who can implement HTTP Digest Authorization in PHP. A solution, that could be useful also for many PHP users. (is more secure and so more usable than Basic authorization) "HTTP Basic Authorization" sends password only base64 encoded, and may be easily st