diff --git a/reference/fileinfo/functions/finfo-buffer.xml b/reference/fileinfo/functions/finfo-buffer.xml index 2dc913b83b..df10edc3e0 100644 --- a/reference/fileinfo/functions/finfo-buffer.xml +++ b/reference/fileinfo/functions/finfo-buffer.xml @@ -1,5 +1,5 @@ - + @@ -84,6 +84,13 @@ + + 8.5.0 + + Параметр context объявлен устаревшим, + поскольку игнорируется. + + &fileinfo.changelog.finfo-object; 8.0.0 diff --git a/reference/reflection/reflectionclass/getconstant.xml b/reference/reflection/reflectionclass/getconstant.xml index 2629024c09..dc43a4ea87 100644 --- a/reference/reflection/reflectionclass/getconstant.xml +++ b/reference/reflection/reflectionclass/getconstant.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Вызов метода ReflectionClass::getConstant для + несуществующих констант объявлен устаревшим. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionmethod/setaccessible.xml b/reference/reflection/reflectionmethod/setaccessible.xml index 55b651c33a..15625c80f9 100644 --- a/reference/reflection/reflectionmethod/setaccessible.xml +++ b/reference/reflection/reflectionmethod/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -52,6 +52,35 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Метод объявлен устаревшим, поскольку больше ни на что не влияет. + + + + 8.1.0 + + Вызов этого метода ни на что не влияет; все методы по умолчанию + доступны для вызова. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionproperty/getdefaultvalue.xml b/reference/reflection/reflectionproperty/getdefaultvalue.xml index 16220f2bb5..62cc67a782 100644 --- a/reference/reflection/reflectionproperty/getdefaultvalue.xml +++ b/reference/reflection/reflectionproperty/getdefaultvalue.xml @@ -1,5 +1,5 @@ - + @@ -35,6 +35,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Вызов метода ReflectionProperty::getDefaultValue + для свойств без значений по умолчанию объявлен устаревшим. + + + + + + + &reftitle.examples; diff --git a/reference/reflection/reflectionproperty/setaccessible.xml b/reference/reflection/reflectionproperty/setaccessible.xml index 08ab798d9b..74b8beac7b 100644 --- a/reference/reflection/reflectionproperty/setaccessible.xml +++ b/reference/reflection/reflectionproperty/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -53,6 +53,35 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Метод объявлен устаревшим, поскольку больше ни на что не влияет. + + + + 8.1.0 + + Вызов этого метода ни на что не влияет; все свойства по умолчанию + доступны. + + + + + + + &reftitle.examples; diff --git a/reference/spl/functions/spl-autoload-unregister.xml b/reference/spl/functions/spl-autoload-unregister.xml index 2306f49d96..fe8204dc59 100644 --- a/reference/spl/functions/spl-autoload-unregister.xml +++ b/reference/spl/functions/spl-autoload-unregister.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,32 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Передача функции spl_autoload_call в качестве + аргумента callback-функции для отмены регистрации всех автозагрузчиков + объявлена устаревшей. Вместо этого следует пройти по значениям, которые + возвращает функция spl_autoload_functions, и вызвать + функцию spl_autoload_unregister для каждого значения. + + + + + + + + @@ -61,6 +61,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Метод объявлен устаревшим в пользу + SplObjectStorage::offsetSet. + + + + + + + &reftitle.examples; diff --git a/reference/spl/splobjectstorage/contains.xml b/reference/spl/splobjectstorage/contains.xml index 2714006b59..65fbfe2d00 100644 --- a/reference/spl/splobjectstorage/contains.xml +++ b/reference/spl/splobjectstorage/contains.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Метод объявлен устаревшим в пользу + SplObjectStorage::offsetExists. + + + + + + + &reftitle.examples;