Author: Christoph M. Becker (cmb69) Date: 2023-01-03T12:04:21+01:00 Commit: https://github.com/php/web-php/commit/8e8bed3a4d538b63aebbde083d17e75cc5be131f Raw diff: https://github.com/php/web-php/commit/8e8bed3a4d538b63aebbde083d17e75cc5be131f.diff
Add fallback redirects for recently renamed classes Cf. <https://github.com/php/doc-en/pull/2126> Changed paths: M error.php Diff: diff --git a/error.php b/error.php index f477c1b8d..6cde4e7ef 100644 --- a/error.php +++ b/error.php @@ -291,6 +291,9 @@ 'oci-collection.max' => 'ocicollection.max', 'oci-collection.size' => 'ocicollection.size', 'oci-collection.trim' => 'ocicollection.trim', + 'class.allow-dynamic-properties.php' => 'class.allowdynamicproperties.php', + 'class.return-type-will-change.php' => 'class.returntypewillchange.php', + 'class.sensitive-parameter.php' => 'class.sensitiveparameter.php', 'function.curl-file-create' => 'curlfile.construct', ]; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php