php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #74051 Support for SHA-1 password digest
Submitted: 2017-02-06 06:49 UTC Modified: 2021-03-31 11:38 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: tux at krageroby dot no Assigned:
Status: Suspended Package: InterBase related
PHP Version: Irrelevant OS: All
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2017-02-06 06:49 UTC] tux at krageroby dot no
Description:
------------
DES-CRYPT password digest works nice, but if the user is set up with SHA-1 password digest a connection can not be made.

Test script:
---------------
$host = 'server:/path/to/database.ib';

$dbh = ibase_connect($host, $username, $password);

Actual result:
--------------
ibase_connect(): Your user name and password are not defined. Ask your database administrator to set up a Firebird login.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-03-31 11:38 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2021-03-31 11:38 UTC] cmb@php.net
The interbase extension is moved to PECL[1] as of PHP 7.4.0, and
is looking for a new maintainer.  Until a new maintainer is found,
I suspend this ticket.

Consider to use the bundled PDO_Firebird extension, or the
php-firebird package[2] instead.

[1] <https://pecl.php.net/package/interbase>
[2] <https://github.com/FirebirdSQL/php-firebird>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC