1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add fallback redirects for recently renamed classes

Cf. <https://github.com/php/doc-en/pull/2126>
This commit is contained in:
Christoph M. Becker
2023-01-03 12:01:38 +01:00
parent eb0296abc1
commit 8e8bed3a4d

View File

@@ -291,6 +291,9 @@ $manual_redirections = [
'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',
];