ID:               3816
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Other
 Operating System: FreeBSD 3.4
 PHP Version:      3.0.15
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

as stated in your report it works in php4


Previous Comments:
------------------------------------------------------------------------

[2000-03-13 07:25:32] [EMAIL PROTECTED]

My Apache 1.3.9 configured with Basic type of authentication

http.conf

<Directory />                                                          
                            
    Options -All                                                       
                            
    AllowOverride None                                                 
                            
    Order allow,deny                                                   
                            
    AuthGroupFile /usr/local/apache/private/httpgroup                  
                            
    AuthUserFile /usr/local/apache/private/httppasswd                  
                            
    AuthName "DENY"                                                    
                            
    AuthType Basic                                                     
                            
    satisfy any                                                        
                            
</Directory>

<Directory /usr/local/www/localhost>                                   
                            
    Options +All -ExecCGI                                              
                            
    AuthName "Web server FEO LocalHost"                                
                            
    require group admins                                               
                            
    AllowOverride Options Limit AuthConfig                             
                            
</Directory>

end of httpd.conf

Authentication through Apache passed ok.
And I use phpMySQLadmin with advanced authorization.
http://phpwizard.net/phpMyAdmin/

When I try to login to phpMyAdmin it tells me
Authorization failed. Retry?

MySQL log tells:

Query      SELECT User, Password, Select_priv FROM user where User =
'root' 
AND Password = PASSWORD('');

Password is empty!!!

I reports because with PHP4 beta3 and 4pl1 it is working!

PHP configure line:

./configure --with-apache=../apache_1.3.9rusPL29.2 \                   
                            
  --with-system-regex --with-config-file-path=/usr/local/apache/conf \ 
                            
  --with-pgsql=/usr/local/pgsql \                                      
                            
  --enable-safe-mode --enable-track-vars --with-mysql




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=3816&edit=1

Reply via email to