Go to file
Alex Shiels 1343858467 Upgrade/install: fix verification bugs and scale back signature checks.
This fixes several bugs in the signature verification code:
Disables signature checks on certain incompatible PHP versions that cause math errors when opcache is enabled;
Prevents a spurious URL and subsequent error when downloading a zip file with query arguments;
Prevents errors triggered by third-party upgrade scripts as per #46615;
Disables signature tests for Plugins, Themes, and Translations, leaving only core updates.

At the 5.2 release the API servers will only provide signatures for core update packages, which is why messages are suppressed for plugins and other package types. Signatures for those other items will become available later.

Props dd32.
See #39309, #46615



git-svn-id: https://develop.svn.wordpress.org/trunk@45262 602fd350-edb4-49c9-b593-d223f7449a82
2019-04-24 07:43:29 +00:00
src Upgrade/install: fix verification bugs and scale back signature checks. 2019-04-24 07:43:29 +00:00
tests Remove the `core/more` block delimiters when splitting post_content on the `<!--more-->` tag. 2019-04-24 05:40:01 +00:00
tools Block Editor: Update the WordPress Packages from Gutenberg 5.3 2019-03-21 12:46:11 +00:00
.editorconfig
.gitignore Bootstrap/Load: Ignore `wp-content/fatal-error-handler.php` and `wp-content/php-error.php` from version control. 2019-04-06 18:42:26 +00:00
.jshintrc
.npmrc
.nvmrc
.travis.yml PHP: Finish updating PHP Minimum version 2019-03-28 21:11:29 +00:00
Gruntfile.js Build/Test Tools: Exclude `twentynineteen/node_modules` from `jsvalidate:build` task. 2019-03-28 21:16:48 +00:00
appveyor.yml
composer.json
composer.lock
jsdoc.conf.json
package-lock.json Editor: Update packages to apply bugfixes from Gutenberg 5.5. 2019-04-22 12:38:50 +00:00
package.json Editor: Update packages to apply bugfixes from Gutenberg 5.5. 2019-04-22 12:38:50 +00:00
phpcs.xml.dist Coding Standards: exclude sodium_compat library. 2019-03-21 05:55:05 +00:00
phpunit.xml.dist
webpack.config.js
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php