mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fix #25322
This commit is contained in:
parent
b0d74a9485
commit
0e6f284a62
@ -284,7 +284,8 @@ class PEAR_Installer extends PEAR_Common
|
||||
if (strtolower($md5sum) == strtolower($atts['md5sum'])) {
|
||||
$this->log(3, "md5sum ok: $final_dest_file");
|
||||
} else {
|
||||
$this->log(0, "warning : bad md5sum for file $final_dest_file");
|
||||
return $this->raiseError("bad md5sum for file $final_dest_file",
|
||||
PEAR_INSTALLER_FAILED);
|
||||
}
|
||||
}
|
||||
if (!OS_WINDOWS) {
|
||||
|
@ -65,6 +65,7 @@ use of inadvisable @ in setErrorHandling
|
||||
pear install DB-1.2.tar to download as uncompressed tar
|
||||
* Fix #25008 - unhelpful error message
|
||||
* Fixed optional dependencies in Dependency.php
|
||||
* Fix #25322 - bad md5sum should be fatal error
|
||||
</notes>
|
||||
<provides type="class" name="OS_Guess" />
|
||||
<provides type="class" name="System" />
|
||||
|
Loading…
Reference in New Issue
Block a user