diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d96748acecc3e..006de637fb967 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -4,7 +4,7 @@ on: paths-ignore: - docs/** - NEWS - - UPGRADING + - 'UPGRADING' - UPGRADING.INTERNALS - '**/README.*' - CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acb020dd2dce1..9ed8f2df91819 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ wave of work, which takes a lot of organization and co-ordination. You don't need any special access to download, build, debug and begin submitting PHP or PECL code, tests or documentation. Once you've followed this guide and had several contributions accepted, commit privileges are often quickly granted. - +Test ## Index * [Pull requests](#pull-requests) diff --git a/UPGRADING b/UPGRADING index d2b21942d7a38..f2e01c4e73c62 100644 --- a/UPGRADING +++ b/UPGRADING @@ -519,7 +519,6 @@ PHP 8.4 UPGRADE NOTES - SPL: . Added seek() method to SplObjectStorage, now it implements SeekableIterator. - - Standard: . Added the http_get_last_response_headers() and http_clear_last_response_headers() that allows retrieving the same content