From 0b48d83885dc23f3818284dd6c10f21890cdf72a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 5 Oct 2024 20:41:34 +0200 Subject: [PATCH] Add missing new classes to migration guides (#3832) While these are already documented in the incompatible changes section regarding the resource to object conversions, they should also be listed explicitly as new classes. --- appendices/migration80.xml | 1 + appendices/migration80/new-classes.xml | 170 +++++++++++++++++++++++++ appendices/migration81/new-classes.xml | 97 ++++++++++++++ 3 files changed, 268 insertions(+) create mode 100644 appendices/migration80/new-classes.xml diff --git a/appendices/migration80.xml b/appendices/migration80.xml index 68938a05d87b..f7c23bea3035 100644 --- a/appendices/migration80.xml +++ b/appendices/migration80.xml @@ -22,6 +22,7 @@ &appendices.migration80.new-features; + &appendices.migration80.new-classes; &appendices.migration80.incompatible; &appendices.migration80.deprecated; &appendices.migration80.other-changes; diff --git a/appendices/migration80/new-classes.xml b/appendices/migration80/new-classes.xml new file mode 100644 index 000000000000..d4b0ae141735 --- /dev/null +++ b/appendices/migration80/new-classes.xml @@ -0,0 +1,170 @@ + + + New Classes and Interfaces + + + cURL + + + + + CurlHandle + + + + + CurlMultiHandle + + + + + CurlShareHandle + + + + + + + Enchant + + + + + EnchantBroker + + + + + EnchantDictionary + + + + + + + GD + + + + + GdImage + + + + + + + OpenSSL + + + + + OpenSSLAsymmetricKey + + + + + OpenSSLCertificate + + + + + OpenSSLCertificateSigningRequest + + + + + + + Shmop + + + + + Shmop + + + + + + + Sockets + + + + + AddressInfo + + + + + Socket + + + + + + + Systen V + + + + + SysvMessageQueue + + + + + SysvSemaphore + + + + + SysvSharedMemory + + + + + + + XML Parser + + + + + XMLParser + + + + + + + XMLWriter + + + + + XMLWriter + + + + + + + Zlib + + + + + DeflateContext + + + + + InflateContext + + + + + + diff --git a/appendices/migration81/new-classes.xml b/appendices/migration81/new-classes.xml index 6e795cb73699..7ac21a52281a 100644 --- a/appendices/migration81/new-classes.xml +++ b/appendices/migration81/new-classes.xml @@ -14,6 +14,42 @@ + + FileInfo + + + + + finfo + + + + + + + FTP + + + + + FTP\Connection + + + + + + + IMAP + + + + + IMAP\Connection + + + + + Intl @@ -26,6 +62,67 @@ + + LDAP + + + + + LDAP\Connection + + + + + LDAP\Result + + + + + LDAP\ResultEntry + + + + + + + PgSQL + + + + + PgSql\Connection + + + + + PgSql\Lob + + + + + PgSql\Result + + + + + + + PSpell + + + + + PSpell\Config + + + + + PSpell\Dictionary + + + + + Reflection