From df0f357db09c1ab9f63fc2e0c62e9564471c30cb Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 14 Sep 2026 09:29:23 +0200 Subject: [PATCH 1/2] [Sync-En] Define attribute signatures (#3556) Sync with EN commit 8dc5bef8981ffd33c8c51f7f33414fcf5c03767a (EN PR #5631). - Add target flags to all 8 built-in attribute class synopses - Add since/message parameters to all deprecated function signatures - Add #[\SensitiveParameter] to password params in 3 functions - Update EN-Revision headers across all 67 files --- language/predefined/attributes/allowdynamicproperties.xml | 4 ++-- language/predefined/attributes/attribute.xml | 5 ++--- .../predefined/attributes/delayedtargetvalidation.xml | 4 ++-- language/predefined/attributes/deprecated.xml | 4 ++-- language/predefined/attributes/nodiscard.xml | 4 ++-- language/predefined/attributes/override.xml | 4 ++-- language/predefined/attributes/returntypewillchange.xml | 4 ++-- language/predefined/attributes/sensitiveparameter.xml | 4 ++-- reference/curl/functions/curl-close.xml | 4 ++-- reference/curl/functions/curl-share-close.xml | 4 ++-- reference/datetime/datetimeinterface/wakeup.xml | 8 ++++---- reference/datetime/functions/date-sunrise.xml | 4 ++-- reference/datetime/functions/date-sunset.xml | 4 ++-- reference/datetime/functions/gmstrftime.xml | 4 ++-- reference/datetime/functions/strftime.xml | 4 ++-- reference/datetime/functions/strptime.xml | 4 ++-- reference/enchant/functions/enchant-broker-free-dict.xml | 4 ++-- reference/enchant/functions/enchant-broker-free.xml | 4 ++-- .../enchant/functions/enchant-broker-get-dict-path.xml | 4 ++-- .../enchant/functions/enchant-broker-set-dict-path.xml | 4 ++-- reference/fileinfo/functions/finfo-close.xml | 4 ++-- reference/image/functions/imagedestroy.xml | 4 ++-- reference/ldap/functions/ldap-connect-wallet.xml | 4 ++-- .../libxml/functions/libxml-disable-entity-loader.xml | 4 ++-- reference/mhash/functions/mhash-count.xml | 4 ++-- reference/mhash/functions/mhash-get-block-size.xml | 4 ++-- reference/mhash/functions/mhash-get-hash-name.xml | 4 ++-- reference/mhash/functions/mhash-keygen-s2k.xml | 4 ++-- reference/mhash/functions/mhash.xml | 4 ++-- reference/mysqli/mysqli/get-client-info.xml | 4 ++-- reference/mysqli/mysqli/init.xml | 4 ++-- reference/mysqli/mysqli/kill.xml | 6 +++--- reference/mysqli/mysqli/ping.xml | 6 +++--- reference/mysqli/mysqli/refresh.xml | 6 +++--- reference/openssl/functions/openssl-free-key.xml | 4 ++-- reference/openssl/functions/openssl-password-hash.xml | 4 ++-- reference/openssl/functions/openssl-password-verify.xml | 4 ++-- reference/openssl/functions/openssl-pkey-free.xml | 4 ++-- reference/openssl/functions/openssl-x509-free.xml | 4 ++-- reference/pgsql/functions/pg-change-password.xml | 4 ++-- reference/random/functions/lcg-value.xml | 4 ++-- reference/reflection/reflectionfunction/isdisabled.xml | 4 ++-- reference/reflection/reflectionmethod/setaccessible.xml | 4 ++-- reference/reflection/reflectionparameter/getclass.xml | 4 ++-- reference/reflection/reflectionparameter/isarray.xml | 4 ++-- reference/reflection/reflectionparameter/iscallable.xml | 4 ++-- reference/reflection/reflectionproperty/setaccessible.xml | 4 ++-- reference/shmop/functions/shmop-close.xml | 4 ++-- reference/spl/splfixedarray/wakeup.xml | 4 ++-- reference/spl/splobjectstorage/attach.xml | 4 ++-- reference/spl/splobjectstorage/contains.xml | 4 ++-- reference/spl/splobjectstorage/detach.xml | 4 ++-- reference/strings/functions/utf8-decode.xml | 4 ++-- reference/strings/functions/utf8-encode.xml | 4 ++-- reference/uodbc/functions/odbc-result-all.xml | 4 ++-- reference/xml/functions/xml-parser-free.xml | 4 ++-- reference/xml/functions/xml-set-object.xml | 4 ++-- reference/zip/functions/zip-close.xml | 4 ++-- reference/zip/functions/zip-entry-close.xml | 4 ++-- reference/zip/functions/zip-entry-compressedsize.xml | 4 ++-- reference/zip/functions/zip-entry-compressionmethod.xml | 4 ++-- reference/zip/functions/zip-entry-filesize.xml | 4 ++-- reference/zip/functions/zip-entry-name.xml | 4 ++-- reference/zip/functions/zip-entry-open.xml | 4 ++-- reference/zip/functions/zip-entry-read.xml | 4 ++-- reference/zip/functions/zip-open.xml | 4 ++-- reference/zip/functions/zip-read.xml | 4 ++-- 67 files changed, 139 insertions(+), 140 deletions(-) diff --git a/language/predefined/attributes/allowdynamicproperties.xml b/language/predefined/attributes/allowdynamicproperties.xml index ee3729b326..5273b00f4e 100644 --- a/language/predefined/attributes/allowdynamicproperties.xml +++ b/language/predefined/attributes/allowdynamicproperties.xml @@ -1,5 +1,5 @@ - + La classe AllowDynamicProperties @@ -28,7 +28,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_CLASS)] final AllowDynamicProperties diff --git a/language/predefined/attributes/attribute.xml b/language/predefined/attributes/attribute.xml index ada3853082..be8ada1e79 100644 --- a/language/predefined/attributes/attribute.xml +++ b/language/predefined/attributes/attribute.xml @@ -1,6 +1,5 @@ - - + La classe Attribute Attribute @@ -24,7 +23,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_CLASS)] final Attribute diff --git a/language/predefined/attributes/delayedtargetvalidation.xml b/language/predefined/attributes/delayedtargetvalidation.xml index a37b021a4b..3e64a45227 100644 --- a/language/predefined/attributes/delayedtargetvalidation.xml +++ b/language/predefined/attributes/delayedtargetvalidation.xml @@ -1,5 +1,5 @@ - + L'attribut DelayedTargetValidation @@ -33,7 +33,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_ALL)] final DelayedTargetValidation diff --git a/language/predefined/attributes/deprecated.xml b/language/predefined/attributes/deprecated.xml index 50bbef086b..e3d14afef5 100644 --- a/language/predefined/attributes/deprecated.xml +++ b/language/predefined/attributes/deprecated.xml @@ -1,5 +1,5 @@ - + L'attribut Deprecated Deprecated @@ -23,7 +23,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::TARGET_CLASS_CONSTANT | \Attribute::TARGET_CONSTANT | \Attribute::TARGET_CLASS)] final Deprecated diff --git a/language/predefined/attributes/nodiscard.xml b/language/predefined/attributes/nodiscard.xml index d9b5b1362a..94e16ca32a 100644 --- a/language/predefined/attributes/nodiscard.xml +++ b/language/predefined/attributes/nodiscard.xml @@ -1,5 +1,5 @@ - + L'attribut NoDiscard NoDiscard @@ -53,7 +53,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION)] final NoDiscard diff --git a/language/predefined/attributes/override.xml b/language/predefined/attributes/override.xml index 2e179e5220..90c555d61b 100644 --- a/language/predefined/attributes/override.xml +++ b/language/predefined/attributes/override.xml @@ -1,5 +1,5 @@ - + La classe Override @@ -30,7 +30,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] final Override diff --git a/language/predefined/attributes/returntypewillchange.xml b/language/predefined/attributes/returntypewillchange.xml index 69ea60c620..ee616a1c8d 100644 --- a/language/predefined/attributes/returntypewillchange.xml +++ b/language/predefined/attributes/returntypewillchange.xml @@ -1,5 +1,5 @@ - + La classe ReturnTypeWillChange ReturnTypeWillChange @@ -53,7 +53,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_METHOD)] final ReturnTypeWillChange diff --git a/language/predefined/attributes/sensitiveparameter.xml b/language/predefined/attributes/sensitiveparameter.xml index 87a97c084b..940de8780b 100644 --- a/language/predefined/attributes/sensitiveparameter.xml +++ b/language/predefined/attributes/sensitiveparameter.xml @@ -1,5 +1,5 @@ - + L'attribut SensitiveParameter @@ -21,7 +21,7 @@ - #[\Attribute] + #[\Attribute(\Attribute::TARGET_PARAMETER)] final SensitiveParameter diff --git a/reference/curl/functions/curl-close.xml b/reference/curl/functions/curl-close.xml index d1796f0629..7e2bb333bf 100644 --- a/reference/curl/functions/curl-close.xml +++ b/reference/curl/functions/curl-close.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.0")] voidcurl_close CurlHandlehandle diff --git a/reference/curl/functions/curl-share-close.xml b/reference/curl/functions/curl-share-close.xml index 85aa39ecdd..fd6f00b25b 100644 --- a/reference/curl/functions/curl-share-close.xml +++ b/reference/curl/functions/curl-share-close.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.0")] voidcurl_share_close CurlShareHandleshare_handle diff --git a/reference/datetime/datetimeinterface/wakeup.xml b/reference/datetime/datetimeinterface/wakeup.xml index 78cf03b364..2ecd6a939f 100644 --- a/reference/datetime/datetimeinterface/wakeup.xml +++ b/reference/datetime/datetimeinterface/wakeup.xml @@ -1,5 +1,5 @@ - + @@ -16,17 +16,17 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize()')] public voidDateTime::__wakeup - #[\Deprecated] + #[\Deprecated(since: '8.5', message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize()')] public voidDateTimeImmutable::__wakeup - #[\Deprecated] + #[\Deprecated(since: '8.5', message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize()')] public voidDateTimeInterface::__wakeup diff --git a/reference/datetime/functions/date-sunrise.xml b/reference/datetime/functions/date-sunrise.xml index ebd4caba50..d516d5627e 100644 --- a/reference/datetime/functions/date-sunrise.xml +++ b/reference/datetime/functions/date-sunrise.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'use date_sun_info() instead')] stringintfloatfalsedate_sunrise inttimestamp intreturnFormatSUNFUNCS_RET_STRING diff --git a/reference/datetime/functions/date-sunset.xml b/reference/datetime/functions/date-sunset.xml index 21d4614fae..dc7c67155a 100644 --- a/reference/datetime/functions/date-sunset.xml +++ b/reference/datetime/functions/date-sunset.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'use date_sun_info() instead')] stringintfloatfalsedate_sunset inttimestamp intreturnFormatSUNFUNCS_RET_STRING diff --git a/reference/datetime/functions/gmstrftime.xml b/reference/datetime/functions/gmstrftime.xml index f3909ac821..ab66b4c8ad 100644 --- a/reference/datetime/functions/gmstrftime.xml +++ b/reference/datetime/functions/gmstrftime.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'use IntlDateFormatter::format() instead')] stringfalsegmstrftime stringformat intnulltimestamp&null; diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index fc6e0152e6..7ebd02ba44 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'use IntlDateFormatter::format() instead')] stringfalsestrftime stringformat intnulltimestamp&null; diff --git a/reference/datetime/functions/strptime.xml b/reference/datetime/functions/strptime.xml index baf07f3850..97e4272e4f 100755 --- a/reference/datetime/functions/strptime.xml +++ b/reference/datetime/functions/strptime.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.2', message: 'use date_parse_from_format() (for locale-independent parsing), or IntlDateFormatter::parse() (for locale-dependent parsing) instead')] arrayfalsestrptime stringtimestamp stringformat diff --git a/reference/enchant/functions/enchant-broker-free-dict.xml b/reference/enchant/functions/enchant-broker-free-dict.xml index 29c248cd90..847bc232e6 100644 --- a/reference/enchant/functions/enchant-broker-free-dict.xml +++ b/reference/enchant/functions/enchant-broker-free-dict.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as EnchantDictionary objects are freed automatically')] boolenchant_broker_free_dict EnchantDictionarydictionary diff --git a/reference/enchant/functions/enchant-broker-free.xml b/reference/enchant/functions/enchant-broker-free.xml index efefd51a32..1be08bc71f 100644 --- a/reference/enchant/functions/enchant-broker-free.xml +++ b/reference/enchant/functions/enchant-broker-free.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as EnchantBroker objects are freed automatically')] boolenchant_broker_free EnchantBrokerbroker diff --git a/reference/enchant/functions/enchant-broker-get-dict-path.xml b/reference/enchant/functions/enchant-broker-get-dict-path.xml index e74ecaf3a6..d04d9b561e 100644 --- a/reference/enchant/functions/enchant-broker-get-dict-path.xml +++ b/reference/enchant/functions/enchant-broker-get-dict-path.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0')] stringfalseenchant_broker_get_dict_path EnchantBrokerbroker inttype diff --git a/reference/enchant/functions/enchant-broker-set-dict-path.xml b/reference/enchant/functions/enchant-broker-set-dict-path.xml index 0f3b6a61be..63faa695f2 100644 --- a/reference/enchant/functions/enchant-broker-set-dict-path.xml +++ b/reference/enchant/functions/enchant-broker-set-dict-path.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0')] boolenchant_broker_set_dict_path EnchantBrokerbroker inttype diff --git a/reference/fileinfo/functions/finfo-close.xml b/reference/fileinfo/functions/finfo-close.xml index 83fb1a9326..1e544e2840 100644 --- a/reference/fileinfo/functions/finfo-close.xml +++ b/reference/fileinfo/functions/finfo-close.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: 'as finfo objects are freed automatically')] truefinfo_close finfofinfo diff --git a/reference/image/functions/imagedestroy.xml b/reference/image/functions/imagedestroy.xml index dc504dcfac..b961c7ec88 100644 --- a/reference/image/functions/imagedestroy.xml +++ b/reference/image/functions/imagedestroy.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.0")] trueimagedestroy GdImageimage diff --git a/reference/ldap/functions/ldap-connect-wallet.xml b/reference/ldap/functions/ldap-connect-wallet.xml index 2f07d74d5c..5f51685829 100644 --- a/reference/ldap/functions/ldap-connect-wallet.xml +++ b/reference/ldap/functions/ldap-connect-wallet.xml @@ -1,5 +1,5 @@ - + ldap_connect_wallet @@ -13,7 +13,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: "8.5", message: "as it is broken since PHP 8.0")] LDAP\Connectionfalseldap_connect_wallet stringnulluri&null; stringwallet diff --git a/reference/libxml/functions/libxml-disable-entity-loader.xml b/reference/libxml/functions/libxml-disable-entity-loader.xml index 1b7c12a731..48be1bd087 100644 --- a/reference/libxml/functions/libxml-disable-entity-loader.xml +++ b/reference/libxml/functions/libxml-disable-entity-loader.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as external entity loading is disabled by default')] boollibxml_disable_entity_loader booldisable&true; diff --git a/reference/mhash/functions/mhash-count.xml b/reference/mhash/functions/mhash-count.xml index 0e67552591..fb710b75d5 100644 --- a/reference/mhash/functions/mhash-count.xml +++ b/reference/mhash/functions/mhash-count.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] intmhash_count diff --git a/reference/mhash/functions/mhash-get-block-size.xml b/reference/mhash/functions/mhash-get-block-size.xml index e4f3b92081..3ebd273da4 100644 --- a/reference/mhash/functions/mhash-get-block-size.xml +++ b/reference/mhash/functions/mhash-get-block-size.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] intfalsemhash_get_block_size intalgo diff --git a/reference/mhash/functions/mhash-get-hash-name.xml b/reference/mhash/functions/mhash-get-hash-name.xml index 3cb6521aeb..3fe74b0a13 100644 --- a/reference/mhash/functions/mhash-get-hash-name.xml +++ b/reference/mhash/functions/mhash-get-hash-name.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] stringfalsemhash_get_hash_name intalgo diff --git a/reference/mhash/functions/mhash-keygen-s2k.xml b/reference/mhash/functions/mhash-keygen-s2k.xml index fd06a397d9..0deb8734a3 100644 --- a/reference/mhash/functions/mhash-keygen-s2k.xml +++ b/reference/mhash/functions/mhash-keygen-s2k.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] stringfalsemhash_keygen_s2k intalgo stringpassword diff --git a/reference/mhash/functions/mhash.xml b/reference/mhash/functions/mhash.xml index 15273d5e05..3413299689 100644 --- a/reference/mhash/functions/mhash.xml +++ b/reference/mhash/functions/mhash.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] stringfalsemhash intalgo stringdata diff --git a/reference/mysqli/mysqli/get-client-info.xml b/reference/mysqli/mysqli/get-client-info.xml index 87c8cb2992..e98faaba7e 100644 --- a/reference/mysqli/mysqli/get-client-info.xml +++ b/reference/mysqli/mysqli/get-client-info.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &style.oop; stringmysqli->client_info - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'use mysqli_get_client_info() instead')] public stringmysqli::get_client_info diff --git a/reference/mysqli/mysqli/init.xml b/reference/mysqli/mysqli/init.xml index 255a8df134..08a005157e 100644 --- a/reference/mysqli/mysqli/init.xml +++ b/reference/mysqli/mysqli/init.xml @@ -1,5 +1,5 @@ - + mysqli::init @@ -11,7 +11,7 @@ &reftitle.description; &style.oop; - #[\Deprecated] + #[\Deprecated(since: '8.1', message: 'replace calls to parent::init() with parent::__construct()')] public boolnullmysqli::init diff --git a/reference/mysqli/mysqli/kill.xml b/reference/mysqli/mysqli/kill.xml index e33eea7432..1883cc0bc5 100644 --- a/reference/mysqli/mysqli/kill.xml +++ b/reference/mysqli/mysqli/kill.xml @@ -1,5 +1,5 @@ - + @@ -16,13 +16,13 @@ &reftitle.description; &style.oop; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'use KILL CONNECTION/QUERY SQL statement instead')] public boolmysqli::kill intprocess_id &style.procedural; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'use KILL CONNECTION/QUERY SQL statement instead')] boolmysqli_kill mysqlimysql intprocess_id diff --git a/reference/mysqli/mysqli/ping.xml b/reference/mysqli/mysqli/ping.xml index 5e0fb7f0e2..9cc8e24ace 100644 --- a/reference/mysqli/mysqli/ping.xml +++ b/reference/mysqli/mysqli/ping.xml @@ -1,5 +1,5 @@ - + mysqli::ping @@ -15,13 +15,13 @@ &reftitle.description; &style.oop; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'because the reconnect feature has been removed in PHP 8.2 and this method is now redundant')] public boolmysqli::ping &style.procedural; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'because the reconnect feature has been removed in PHP 8.2 and this function is now redundant')] boolmysqli_ping mysqlimysql diff --git a/reference/mysqli/mysqli/refresh.xml b/reference/mysqli/mysqli/refresh.xml index dac8d94f91..9094da94c5 100644 --- a/reference/mysqli/mysqli/refresh.xml +++ b/reference/mysqli/mysqli/refresh.xml @@ -1,5 +1,5 @@ - + @@ -16,13 +16,13 @@ &reftitle.description; &style.oop; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'use FLUSH SQL statement instead')] public boolmysqli::refresh intflags &style.procedural; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'use FLUSH SQL statement instead')] boolmysqli_refresh mysqlimysql intflags diff --git a/reference/openssl/functions/openssl-free-key.xml b/reference/openssl/functions/openssl-free-key.xml index 2ec2081289..b5c409e3e8 100644 --- a/reference/openssl/functions/openssl-free-key.xml +++ b/reference/openssl/functions/openssl-free-key.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as OpenSSLAsymmetricKey objects are freed automatically')] voidopenssl_free_key OpenSSLAsymmetricKeykey diff --git a/reference/openssl/functions/openssl-password-hash.xml b/reference/openssl/functions/openssl-password-hash.xml index 396fb3bbb3..5592daeadd 100644 --- a/reference/openssl/functions/openssl-password-hash.xml +++ b/reference/openssl/functions/openssl-password-hash.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ stringopenssl_password_hash stringalgo - stringpassword + #[\SensitiveParameter]stringpassword arrayoptions[] diff --git a/reference/openssl/functions/openssl-password-verify.xml b/reference/openssl/functions/openssl-password-verify.xml index 319b1a5768..aef3da8f48 100644 --- a/reference/openssl/functions/openssl-password-verify.xml +++ b/reference/openssl/functions/openssl-password-verify.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ boolopenssl_password_verify stringalgo - stringpassword + #[\SensitiveParameter]stringpassword stringhash diff --git a/reference/openssl/functions/openssl-pkey-free.xml b/reference/openssl/functions/openssl-pkey-free.xml index 3efe893f54..062ef84fda 100644 --- a/reference/openssl/functions/openssl-pkey-free.xml +++ b/reference/openssl/functions/openssl-pkey-free.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as OpenSSLAsymmetricKey objects are freed automatically')] voidopenssl_pkey_free OpenSSLAsymmetricKeykey diff --git a/reference/openssl/functions/openssl-x509-free.xml b/reference/openssl/functions/openssl-x509-free.xml index 5d2aca6e87..830deec62b 100644 --- a/reference/openssl/functions/openssl-x509-free.xml +++ b/reference/openssl/functions/openssl-x509-free.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as OpenSSLCertificate objects are freed automatically')] voidopenssl_x509_free OpenSSLCertificatecertificate diff --git a/reference/pgsql/functions/pg-change-password.xml b/reference/pgsql/functions/pg-change-password.xml index 6dc4ec1817..792af18ff7 100644 --- a/reference/pgsql/functions/pg-change-password.xml +++ b/reference/pgsql/functions/pg-change-password.xml @@ -1,5 +1,5 @@ - + pg_change_password @@ -12,7 +12,7 @@ boolpg_change_password PgSql\Connectionconnection stringuser - stringpassword + #[\SensitiveParameter]stringpassword pg_change_password change le mot de passe d'un diff --git a/reference/random/functions/lcg-value.xml b/reference/random/functions/lcg-value.xml index fa292b88da..5bd3378cd4 100644 --- a/reference/random/functions/lcg-value.xml +++ b/reference/random/functions/lcg-value.xml @@ -1,6 +1,6 @@ - + @@ -16,7 +16,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: "use \\Random\\Randomizer::getFloat() instead")] floatlcg_value diff --git a/reference/reflection/reflectionfunction/isdisabled.xml b/reference/reflection/reflectionfunction/isdisabled.xml index 7eca706425..91160e9d6d 100644 --- a/reference/reflection/reflectionfunction/isdisabled.xml +++ b/reference/reflection/reflectionfunction/isdisabled.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: "as ReflectionFunction can no longer be constructed for disabled functions")] public boolReflectionFunction::isDisabled diff --git a/reference/reflection/reflectionmethod/setaccessible.xml b/reference/reflection/reflectionmethod/setaccessible.xml index 617c501029..f67cff68ed 100644 --- a/reference/reflection/reflectionmethod/setaccessible.xml +++ b/reference/reflection/reflectionmethod/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.1")] public voidReflectionMethod::setAccessible boolaccessible diff --git a/reference/reflection/reflectionparameter/getclass.xml b/reference/reflection/reflectionparameter/getclass.xml index 63cbc420d8..0622c72ed9 100644 --- a/reference/reflection/reflectionparameter/getclass.xml +++ b/reference/reflection/reflectionparameter/getclass.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType() instead")] public ReflectionClassnullReflectionParameter::getClass diff --git a/reference/reflection/reflectionparameter/isarray.xml b/reference/reflection/reflectionparameter/isarray.xml index 1ff22109bb..4992dbe0ad 100644 --- a/reference/reflection/reflectionparameter/isarray.xml +++ b/reference/reflection/reflectionparameter/isarray.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType() instead")] public boolReflectionParameter::isArray diff --git a/reference/reflection/reflectionparameter/iscallable.xml b/reference/reflection/reflectionparameter/iscallable.xml index a81996c626..5fc743090e 100644 --- a/reference/reflection/reflectionparameter/iscallable.xml +++ b/reference/reflection/reflectionparameter/iscallable.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType() instead")] public boolReflectionParameter::isCallable diff --git a/reference/reflection/reflectionproperty/setaccessible.xml b/reference/reflection/reflectionproperty/setaccessible.xml index 948b6efb86..5b21726ab4 100644 --- a/reference/reflection/reflectionproperty/setaccessible.xml +++ b/reference/reflection/reflectionproperty/setaccessible.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.1")] public voidReflectionProperty::setAccessible boolaccessible diff --git a/reference/shmop/functions/shmop-close.xml b/reference/shmop/functions/shmop-close.xml index d5211570a8..9f054de7b2 100644 --- a/reference/shmop/functions/shmop-close.xml +++ b/reference/shmop/functions/shmop-close.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'as Shmop objects are freed automatically')] voidshmop_close Shmopshmop diff --git a/reference/spl/splfixedarray/wakeup.xml b/reference/spl/splfixedarray/wakeup.xml index ebbfa478a2..72c876495b 100644 --- a/reference/spl/splfixedarray/wakeup.xml +++ b/reference/spl/splfixedarray/wakeup.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize()')] public voidSplFixedArray::__wakeup diff --git a/reference/spl/splobjectstorage/attach.xml b/reference/spl/splobjectstorage/attach.xml index 94bd4430d8..ebf7ac3995 100644 --- a/reference/spl/splobjectstorage/attach.xml +++ b/reference/spl/splobjectstorage/attach.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "use method SplObjectStorage::offsetSet() instead")] public voidSplObjectStorage::attach objectobject mixedinfo&null; diff --git a/reference/spl/splobjectstorage/contains.xml b/reference/spl/splobjectstorage/contains.xml index 559d84494e..91faf193a2 100644 --- a/reference/spl/splobjectstorage/contains.xml +++ b/reference/spl/splobjectstorage/contains.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "use method SplObjectStorage::offsetExists() instead")] public boolSplObjectStorage::contains objectobject diff --git a/reference/spl/splobjectstorage/detach.xml b/reference/spl/splobjectstorage/detach.xml index ce1867469c..244e10f263 100644 --- a/reference/spl/splobjectstorage/detach.xml +++ b/reference/spl/splobjectstorage/detach.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "use method SplObjectStorage::offsetUnset() instead")] public voidSplObjectStorage::detach objectobject diff --git a/reference/strings/functions/utf8-decode.xml b/reference/strings/functions/utf8-decode.xml index a478165a50..7d69bfa223 100644 --- a/reference/strings/functions/utf8-decode.xml +++ b/reference/strings/functions/utf8-decode.xml @@ -1,6 +1,6 @@ - + @@ -17,7 +17,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.2', message: 'visit the php.net documentation for various alternatives')] stringutf8_decode stringstring diff --git a/reference/strings/functions/utf8-encode.xml b/reference/strings/functions/utf8-encode.xml index 296ed6a9df..a339626668 100644 --- a/reference/strings/functions/utf8-encode.xml +++ b/reference/strings/functions/utf8-encode.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.2', message: 'visit the php.net documentation for various alternatives')] stringutf8_encode stringstring diff --git a/reference/uodbc/functions/odbc-result-all.xml b/reference/uodbc/functions/odbc-result-all.xml index 5fe4092e90..91f80dfcd8 100644 --- a/reference/uodbc/functions/odbc-result-all.xml +++ b/reference/uodbc/functions/odbc-result-all.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.1')] intfalseodbc_result_all Odbc\Resultstatement stringformat"" diff --git a/reference/xml/functions/xml-parser-free.xml b/reference/xml/functions/xml-parser-free.xml index 0f8e1d910b..0c1064a5ed 100644 --- a/reference/xml/functions/xml-parser-free.xml +++ b/reference/xml/functions/xml-parser-free.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.5', message: "as it has no effect since PHP 8.0")] boolxml_parser_free XMLParserparser diff --git a/reference/xml/functions/xml-set-object.xml b/reference/xml/functions/xml-set-object.xml index ff745195f9..019cf95e07 100644 --- a/reference/xml/functions/xml-set-object.xml +++ b/reference/xml/functions/xml-set-object.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.4', message: 'provide a proper method callable to xml_set_*_handler() functions')] truexml_set_object XMLParserparser objectobject diff --git a/reference/zip/functions/zip-close.xml b/reference/zip/functions/zip-close.xml index eeb264842e..3a4cbf7d51 100644 --- a/reference/zip/functions/zip-close.xml +++ b/reference/zip/functions/zip-close.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::close() instead')] voidzip_close resourcezip diff --git a/reference/zip/functions/zip-entry-close.xml b/reference/zip/functions/zip-entry-close.xml index 2755e5f698..afb7d96af9 100644 --- a/reference/zip/functions/zip-entry-close.xml +++ b/reference/zip/functions/zip-entry-close.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0')] boolzip_entry_close resourcezip_entry diff --git a/reference/zip/functions/zip-entry-compressedsize.xml b/reference/zip/functions/zip-entry-compressedsize.xml index 6bff8caca1..2cce321d41 100644 --- a/reference/zip/functions/zip-entry-compressedsize.xml +++ b/reference/zip/functions/zip-entry-compressedsize.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instead')] intfalsezip_entry_compressedsize resourcezip_entry diff --git a/reference/zip/functions/zip-entry-compressionmethod.xml b/reference/zip/functions/zip-entry-compressionmethod.xml index 3b4695913b..2e55f77207 100644 --- a/reference/zip/functions/zip-entry-compressionmethod.xml +++ b/reference/zip/functions/zip-entry-compressionmethod.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instead')] stringfalsezip_entry_compressionmethod resourcezip_entry diff --git a/reference/zip/functions/zip-entry-filesize.xml b/reference/zip/functions/zip-entry-filesize.xml index 13474ae146..d70b55454a 100644 --- a/reference/zip/functions/zip-entry-filesize.xml +++ b/reference/zip/functions/zip-entry-filesize.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instead')] intfalsezip_entry_filesize resourcezip_entry diff --git a/reference/zip/functions/zip-entry-name.xml b/reference/zip/functions/zip-entry-name.xml index 99771f465c..648ab440b8 100644 --- a/reference/zip/functions/zip-entry-name.xml +++ b/reference/zip/functions/zip-entry-name.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instead')] stringfalsezip_entry_name resourcezip_entry diff --git a/reference/zip/functions/zip-entry-open.xml b/reference/zip/functions/zip-entry-open.xml index 266f9c2b9d..118a221e75 100644 --- a/reference/zip/functions/zip-entry-open.xml +++ b/reference/zip/functions/zip-entry-open.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0')] boolzip_entry_open resourcezip_dp resourcezip_entry diff --git a/reference/zip/functions/zip-entry-read.xml b/reference/zip/functions/zip-entry-read.xml index 609e5fc9e0..1e2c3dbc3d 100644 --- a/reference/zip/functions/zip-entry-read.xml +++ b/reference/zip/functions/zip-entry-read.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::getFromIndex() instead')] stringfalsezip_entry_read resourcezip_entry intlen1024 diff --git a/reference/zip/functions/zip-open.xml b/reference/zip/functions/zip-open.xml index 348fcbeedd..fa4adb4c2c 100644 --- a/reference/zip/functions/zip-open.xml +++ b/reference/zip/functions/zip-open.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::open() instead')] resourceintfalsezip_open stringfilename diff --git a/reference/zip/functions/zip-read.xml b/reference/zip/functions/zip-read.xml index 4048cb9eab..e20a3002e9 100644 --- a/reference/zip/functions/zip-read.xml +++ b/reference/zip/functions/zip-read.xml @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; - #[\Deprecated] + #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instead')] resourcefalsezip_read resourcezip From 68806586ea22a0bf922ee44290f5cf5d9787fd65 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 14 Sep 2026 10:12:31 +0200 Subject: [PATCH 2/2] Fix XML structure: self-closing xi:include, simpara, remove Reviewed tags - Convert xi:include with xi:fallback to self-closing in 6 attribute files to match doc-en structure - Fix para -> simpara in libxml-disable-entity-loader.xml (3 occurrences) - Remove tags across all modified files (Sync-En rule) - Remove tags across modified files (Sync-En rule) --- .../attributes/allowdynamicproperties.xml | 5 +---- language/predefined/attributes/attribute.xml | 4 +--- .../attributes/delayedtargetvalidation.xml | 1 - language/predefined/attributes/deprecated.xml | 4 +--- language/predefined/attributes/nodiscard.xml | 4 +--- language/predefined/attributes/override.xml | 5 +---- .../attributes/sensitiveparameter.xml | 5 +---- reference/curl/functions/curl-close.xml | 2 -- reference/curl/functions/curl-share-close.xml | 1 - .../datetime/datetimeinterface/wakeup.xml | 1 - reference/datetime/functions/date-sunrise.xml | 1 - reference/datetime/functions/date-sunset.xml | 1 - reference/datetime/functions/gmstrftime.xml | 1 - reference/datetime/functions/strftime.xml | 1 - reference/datetime/functions/strptime.xml | 1 - .../functions/enchant-broker-free-dict.xml | 2 -- .../enchant/functions/enchant-broker-free.xml | 2 -- .../functions/enchant-broker-get-dict-path.xml | 2 -- .../functions/enchant-broker-set-dict-path.xml | 2 -- reference/fileinfo/functions/finfo-close.xml | 1 - reference/image/functions/imagedestroy.xml | 1 - .../functions/libxml-disable-entity-loader.xml | 18 ++++++++---------- reference/mhash/functions/mhash-count.xml | 1 - .../mhash/functions/mhash-get-block-size.xml | 1 - .../mhash/functions/mhash-get-hash-name.xml | 1 - reference/mhash/functions/mhash-keygen-s2k.xml | 1 - reference/mhash/functions/mhash.xml | 1 - reference/mysqli/mysqli/get-client-info.xml | 1 - reference/mysqli/mysqli/kill.xml | 1 - reference/mysqli/mysqli/refresh.xml | 1 - .../openssl/functions/openssl-free-key.xml | 2 -- .../functions/openssl-password-hash.xml | 1 - .../functions/openssl-password-verify.xml | 1 - .../openssl/functions/openssl-pkey-free.xml | 2 -- .../openssl/functions/openssl-x509-free.xml | 2 -- reference/random/functions/lcg-value.xml | 2 -- .../reflectionfunction/isdisabled.xml | 1 - .../reflectionmethod/setaccessible.xml | 1 - .../reflectionparameter/getclass.xml | 1 - .../reflection/reflectionparameter/isarray.xml | 1 - .../reflectionparameter/iscallable.xml | 1 - .../reflectionproperty/setaccessible.xml | 1 - reference/shmop/functions/shmop-close.xml | 2 -- reference/spl/splfixedarray/wakeup.xml | 2 -- reference/spl/splobjectstorage/attach.xml | 1 - reference/spl/splobjectstorage/contains.xml | 1 - reference/spl/splobjectstorage/detach.xml | 1 - reference/strings/functions/utf8-decode.xml | 2 -- reference/strings/functions/utf8-encode.xml | 2 -- reference/uodbc/functions/odbc-result-all.xml | 1 - reference/xml/functions/xml-parser-free.xml | 2 -- reference/xml/functions/xml-set-object.xml | 1 - reference/zip/functions/zip-close.xml | 2 -- reference/zip/functions/zip-entry-close.xml | 2 -- .../zip/functions/zip-entry-compressedsize.xml | 2 -- .../functions/zip-entry-compressionmethod.xml | 2 -- reference/zip/functions/zip-entry-filesize.xml | 2 -- reference/zip/functions/zip-entry-name.xml | 2 -- reference/zip/functions/zip-entry-open.xml | 2 -- reference/zip/functions/zip-entry-read.xml | 2 -- reference/zip/functions/zip-open.xml | 2 -- reference/zip/functions/zip-read.xml | 2 -- 62 files changed, 14 insertions(+), 110 deletions(-) diff --git a/language/predefined/attributes/allowdynamicproperties.xml b/language/predefined/attributes/allowdynamicproperties.xml index 5273b00f4e..e255e6b896 100644 --- a/language/predefined/attributes/allowdynamicproperties.xml +++ b/language/predefined/attributes/allowdynamicproperties.xml @@ -1,6 +1,5 @@ - La classe AllowDynamicProperties AllowDynamicProperties @@ -34,9 +33,7 @@ &Methods; - - - + diff --git a/language/predefined/attributes/attribute.xml b/language/predefined/attributes/attribute.xml index be8ada1e79..13334fa97d 100644 --- a/language/predefined/attributes/attribute.xml +++ b/language/predefined/attributes/attribute.xml @@ -83,9 +83,7 @@ &Methods; - - - + diff --git a/language/predefined/attributes/delayedtargetvalidation.xml b/language/predefined/attributes/delayedtargetvalidation.xml index 3e64a45227..eb437ed80a 100644 --- a/language/predefined/attributes/delayedtargetvalidation.xml +++ b/language/predefined/attributes/delayedtargetvalidation.xml @@ -1,6 +1,5 @@ - L'attribut DelayedTargetValidation DelayedTargetValidation diff --git a/language/predefined/attributes/deprecated.xml b/language/predefined/attributes/deprecated.xml index e3d14afef5..b770b833bf 100644 --- a/language/predefined/attributes/deprecated.xml +++ b/language/predefined/attributes/deprecated.xml @@ -43,9 +43,7 @@ &Methods; - - - + diff --git a/language/predefined/attributes/nodiscard.xml b/language/predefined/attributes/nodiscard.xml index 94e16ca32a..7508506090 100644 --- a/language/predefined/attributes/nodiscard.xml +++ b/language/predefined/attributes/nodiscard.xml @@ -67,9 +67,7 @@ &Methods; - - - + diff --git a/language/predefined/attributes/override.xml b/language/predefined/attributes/override.xml index 90c555d61b..20726e1bdc 100644 --- a/language/predefined/attributes/override.xml +++ b/language/predefined/attributes/override.xml @@ -1,6 +1,5 @@ - La classe Override Override @@ -36,9 +35,7 @@ &Methods; - - - + diff --git a/language/predefined/attributes/sensitiveparameter.xml b/language/predefined/attributes/sensitiveparameter.xml index 940de8780b..a0274f4304 100644 --- a/language/predefined/attributes/sensitiveparameter.xml +++ b/language/predefined/attributes/sensitiveparameter.xml @@ -1,6 +1,5 @@ - L'attribut SensitiveParameter SensitiveParameter @@ -27,9 +26,7 @@ &Methods; - - - + diff --git a/reference/curl/functions/curl-close.xml b/reference/curl/functions/curl-close.xml index 7e2bb333bf..a7d3062420 100644 --- a/reference/curl/functions/curl-close.xml +++ b/reference/curl/functions/curl-close.xml @@ -1,7 +1,5 @@ - - curl_close diff --git a/reference/curl/functions/curl-share-close.xml b/reference/curl/functions/curl-share-close.xml index fd6f00b25b..dbec3b5ad0 100644 --- a/reference/curl/functions/curl-share-close.xml +++ b/reference/curl/functions/curl-share-close.xml @@ -1,6 +1,5 @@ - curl_share_close diff --git a/reference/datetime/datetimeinterface/wakeup.xml b/reference/datetime/datetimeinterface/wakeup.xml index 2ecd6a939f..f73a47a20c 100644 --- a/reference/datetime/datetimeinterface/wakeup.xml +++ b/reference/datetime/datetimeinterface/wakeup.xml @@ -1,6 +1,5 @@ - DateTime::__wakeup diff --git a/reference/datetime/functions/date-sunrise.xml b/reference/datetime/functions/date-sunrise.xml index d516d5627e..743ef3bf4b 100644 --- a/reference/datetime/functions/date-sunrise.xml +++ b/reference/datetime/functions/date-sunrise.xml @@ -1,6 +1,5 @@ - diff --git a/reference/datetime/functions/date-sunset.xml b/reference/datetime/functions/date-sunset.xml index dc7c67155a..4bfa166f39 100644 --- a/reference/datetime/functions/date-sunset.xml +++ b/reference/datetime/functions/date-sunset.xml @@ -1,6 +1,5 @@ - date_sunset diff --git a/reference/datetime/functions/gmstrftime.xml b/reference/datetime/functions/gmstrftime.xml index ab66b4c8ad..c05ec65fa0 100644 --- a/reference/datetime/functions/gmstrftime.xml +++ b/reference/datetime/functions/gmstrftime.xml @@ -1,6 +1,5 @@ - gmstrftime diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index 7ebd02ba44..b683a56721 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -1,6 +1,5 @@ - strftime diff --git a/reference/datetime/functions/strptime.xml b/reference/datetime/functions/strptime.xml index 97e4272e4f..2663a784e2 100755 --- a/reference/datetime/functions/strptime.xml +++ b/reference/datetime/functions/strptime.xml @@ -1,6 +1,5 @@ - strptime diff --git a/reference/enchant/functions/enchant-broker-free-dict.xml b/reference/enchant/functions/enchant-broker-free-dict.xml index 847bc232e6..4c7b3353a3 100644 --- a/reference/enchant/functions/enchant-broker-free-dict.xml +++ b/reference/enchant/functions/enchant-broker-free-dict.xml @@ -1,7 +1,5 @@ - - enchant_broker_free_dict diff --git a/reference/enchant/functions/enchant-broker-free.xml b/reference/enchant/functions/enchant-broker-free.xml index 1be08bc71f..54c9eeff77 100644 --- a/reference/enchant/functions/enchant-broker-free.xml +++ b/reference/enchant/functions/enchant-broker-free.xml @@ -1,7 +1,5 @@ - - enchant_broker_free diff --git a/reference/enchant/functions/enchant-broker-get-dict-path.xml b/reference/enchant/functions/enchant-broker-get-dict-path.xml index d04d9b561e..ce96130a16 100644 --- a/reference/enchant/functions/enchant-broker-get-dict-path.xml +++ b/reference/enchant/functions/enchant-broker-get-dict-path.xml @@ -1,7 +1,5 @@ - - enchant_broker_get_dict_path diff --git a/reference/enchant/functions/enchant-broker-set-dict-path.xml b/reference/enchant/functions/enchant-broker-set-dict-path.xml index 63faa695f2..648dd51a77 100644 --- a/reference/enchant/functions/enchant-broker-set-dict-path.xml +++ b/reference/enchant/functions/enchant-broker-set-dict-path.xml @@ -1,7 +1,5 @@ - - enchant_broker_set_dict_path diff --git a/reference/fileinfo/functions/finfo-close.xml b/reference/fileinfo/functions/finfo-close.xml index 1e544e2840..7ef8e15883 100644 --- a/reference/fileinfo/functions/finfo-close.xml +++ b/reference/fileinfo/functions/finfo-close.xml @@ -1,6 +1,5 @@ - finfo_close diff --git a/reference/image/functions/imagedestroy.xml b/reference/image/functions/imagedestroy.xml index b961c7ec88..8c2930466d 100644 --- a/reference/image/functions/imagedestroy.xml +++ b/reference/image/functions/imagedestroy.xml @@ -1,6 +1,5 @@ - diff --git a/reference/libxml/functions/libxml-disable-entity-loader.xml b/reference/libxml/functions/libxml-disable-entity-loader.xml index 48be1bd087..ed0605dc49 100644 --- a/reference/libxml/functions/libxml-disable-entity-loader.xml +++ b/reference/libxml/functions/libxml-disable-entity-loader.xml @@ -1,7 +1,5 @@ - - libxml_disable_entity_loader @@ -19,12 +17,12 @@ boollibxml_disable_entity_loader booldisable&true; - + Active ou désactive le chargement des entités externes. Il est à noter que désactiver le chargement d'entités externes peut causer des problèmes lors du chargement de documents XML. - - + + À partir de libxml 2.9.0, la substitution d'entités est désactivée par défaut, ainsi il n'est pas nécessaire de désactiver le chargement des entités externes, @@ -34,7 +32,7 @@ Généralement, il est préférable d'utiliser libxml_set_external_entity_loader pour réprimer le chargement d'entités externes. La constante LIBXML_NO_XXE peut également être utilisée pour empêcher cela (disponible uniquement dans Libxml >= 2.13.0, à partir de PHP 8.4.0). - + @@ -44,12 +42,12 @@ disable - + Désactive (&true;) ou active (&false;) le chargement des entités externes par les extensions libxml (telles que , et ). - + @@ -58,9 +56,9 @@ &reftitle.returnvalues; - + Retourne la configuration précédente. - + diff --git a/reference/mhash/functions/mhash-count.xml b/reference/mhash/functions/mhash-count.xml index fb710b75d5..894e60b744 100644 --- a/reference/mhash/functions/mhash-count.xml +++ b/reference/mhash/functions/mhash-count.xml @@ -1,6 +1,5 @@ - mhash_count diff --git a/reference/mhash/functions/mhash-get-block-size.xml b/reference/mhash/functions/mhash-get-block-size.xml index 3ebd273da4..63817639f5 100644 --- a/reference/mhash/functions/mhash-get-block-size.xml +++ b/reference/mhash/functions/mhash-get-block-size.xml @@ -1,6 +1,5 @@ - mhash_get_block_size diff --git a/reference/mhash/functions/mhash-get-hash-name.xml b/reference/mhash/functions/mhash-get-hash-name.xml index 3fe74b0a13..c8a9c6f6d5 100644 --- a/reference/mhash/functions/mhash-get-hash-name.xml +++ b/reference/mhash/functions/mhash-get-hash-name.xml @@ -1,6 +1,5 @@ - mhash_get_hash_name diff --git a/reference/mhash/functions/mhash-keygen-s2k.xml b/reference/mhash/functions/mhash-keygen-s2k.xml index 0deb8734a3..b41eedbb75 100644 --- a/reference/mhash/functions/mhash-keygen-s2k.xml +++ b/reference/mhash/functions/mhash-keygen-s2k.xml @@ -1,6 +1,5 @@ - mhash_keygen_s2k diff --git a/reference/mhash/functions/mhash.xml b/reference/mhash/functions/mhash.xml index 3413299689..0169edf417 100644 --- a/reference/mhash/functions/mhash.xml +++ b/reference/mhash/functions/mhash.xml @@ -1,6 +1,5 @@ - mhash diff --git a/reference/mysqli/mysqli/get-client-info.xml b/reference/mysqli/mysqli/get-client-info.xml index e98faaba7e..40da75dbac 100644 --- a/reference/mysqli/mysqli/get-client-info.xml +++ b/reference/mysqli/mysqli/get-client-info.xml @@ -1,6 +1,5 @@ - mysqli::$client_info diff --git a/reference/mysqli/mysqli/kill.xml b/reference/mysqli/mysqli/kill.xml index 1883cc0bc5..7938b949ee 100644 --- a/reference/mysqli/mysqli/kill.xml +++ b/reference/mysqli/mysqli/kill.xml @@ -1,6 +1,5 @@ - mysqli::kill diff --git a/reference/mysqli/mysqli/refresh.xml b/reference/mysqli/mysqli/refresh.xml index 9094da94c5..4ba8423326 100644 --- a/reference/mysqli/mysqli/refresh.xml +++ b/reference/mysqli/mysqli/refresh.xml @@ -1,6 +1,5 @@ - mysqli::refresh diff --git a/reference/openssl/functions/openssl-free-key.xml b/reference/openssl/functions/openssl-free-key.xml index b5c409e3e8..b21cd72942 100644 --- a/reference/openssl/functions/openssl-free-key.xml +++ b/reference/openssl/functions/openssl-free-key.xml @@ -1,7 +1,5 @@ - - openssl_free_key diff --git a/reference/openssl/functions/openssl-password-hash.xml b/reference/openssl/functions/openssl-password-hash.xml index 5592daeadd..ef9e000afb 100644 --- a/reference/openssl/functions/openssl-password-hash.xml +++ b/reference/openssl/functions/openssl-password-hash.xml @@ -1,6 +1,5 @@ - openssl_password_hash diff --git a/reference/openssl/functions/openssl-password-verify.xml b/reference/openssl/functions/openssl-password-verify.xml index aef3da8f48..0fa7fd40af 100644 --- a/reference/openssl/functions/openssl-password-verify.xml +++ b/reference/openssl/functions/openssl-password-verify.xml @@ -1,6 +1,5 @@ - openssl_password_verify diff --git a/reference/openssl/functions/openssl-pkey-free.xml b/reference/openssl/functions/openssl-pkey-free.xml index 062ef84fda..afd1b1d7d1 100644 --- a/reference/openssl/functions/openssl-pkey-free.xml +++ b/reference/openssl/functions/openssl-pkey-free.xml @@ -1,7 +1,5 @@ - - openssl_pkey_free diff --git a/reference/openssl/functions/openssl-x509-free.xml b/reference/openssl/functions/openssl-x509-free.xml index 830deec62b..695f059947 100644 --- a/reference/openssl/functions/openssl-x509-free.xml +++ b/reference/openssl/functions/openssl-x509-free.xml @@ -1,7 +1,5 @@ - - openssl_x509_free diff --git a/reference/random/functions/lcg-value.xml b/reference/random/functions/lcg-value.xml index 5bd3378cd4..e7be37824d 100644 --- a/reference/random/functions/lcg-value.xml +++ b/reference/random/functions/lcg-value.xml @@ -1,7 +1,5 @@ - - diff --git a/reference/reflection/reflectionfunction/isdisabled.xml b/reference/reflection/reflectionfunction/isdisabled.xml index 91160e9d6d..593a923de2 100644 --- a/reference/reflection/reflectionfunction/isdisabled.xml +++ b/reference/reflection/reflectionfunction/isdisabled.xml @@ -1,6 +1,5 @@ - ReflectionFunction::isDisabled diff --git a/reference/reflection/reflectionmethod/setaccessible.xml b/reference/reflection/reflectionmethod/setaccessible.xml index f67cff68ed..30662d2ee8 100644 --- a/reference/reflection/reflectionmethod/setaccessible.xml +++ b/reference/reflection/reflectionmethod/setaccessible.xml @@ -1,6 +1,5 @@ - ReflectionMethod::setAccessible diff --git a/reference/reflection/reflectionparameter/getclass.xml b/reference/reflection/reflectionparameter/getclass.xml index 0622c72ed9..7a74f74727 100644 --- a/reference/reflection/reflectionparameter/getclass.xml +++ b/reference/reflection/reflectionparameter/getclass.xml @@ -1,6 +1,5 @@ - ReflectionParameter::getClass diff --git a/reference/reflection/reflectionparameter/isarray.xml b/reference/reflection/reflectionparameter/isarray.xml index 4992dbe0ad..0f99e83f2a 100644 --- a/reference/reflection/reflectionparameter/isarray.xml +++ b/reference/reflection/reflectionparameter/isarray.xml @@ -1,6 +1,5 @@ - ReflectionParameter::isArray diff --git a/reference/reflection/reflectionparameter/iscallable.xml b/reference/reflection/reflectionparameter/iscallable.xml index 5fc743090e..3f147a8fa4 100644 --- a/reference/reflection/reflectionparameter/iscallable.xml +++ b/reference/reflection/reflectionparameter/iscallable.xml @@ -1,6 +1,5 @@ - ReflectionParameter::isCallable diff --git a/reference/reflection/reflectionproperty/setaccessible.xml b/reference/reflection/reflectionproperty/setaccessible.xml index 5b21726ab4..7f5880e0f0 100644 --- a/reference/reflection/reflectionproperty/setaccessible.xml +++ b/reference/reflection/reflectionproperty/setaccessible.xml @@ -1,6 +1,5 @@ - ReflectionProperty::setAccessible diff --git a/reference/shmop/functions/shmop-close.xml b/reference/shmop/functions/shmop-close.xml index 9f054de7b2..8454ea7490 100644 --- a/reference/shmop/functions/shmop-close.xml +++ b/reference/shmop/functions/shmop-close.xml @@ -1,7 +1,5 @@ - - shmop_close diff --git a/reference/spl/splfixedarray/wakeup.xml b/reference/spl/splfixedarray/wakeup.xml index 72c876495b..65b10ec1f3 100644 --- a/reference/spl/splfixedarray/wakeup.xml +++ b/reference/spl/splfixedarray/wakeup.xml @@ -1,7 +1,5 @@ - - SplFixedArray::__wakeup diff --git a/reference/spl/splobjectstorage/attach.xml b/reference/spl/splobjectstorage/attach.xml index ebf7ac3995..fd9d11d4f1 100644 --- a/reference/spl/splobjectstorage/attach.xml +++ b/reference/spl/splobjectstorage/attach.xml @@ -1,6 +1,5 @@ - SplObjectStorage::attach diff --git a/reference/spl/splobjectstorage/contains.xml b/reference/spl/splobjectstorage/contains.xml index 91faf193a2..3d2aa5bca1 100644 --- a/reference/spl/splobjectstorage/contains.xml +++ b/reference/spl/splobjectstorage/contains.xml @@ -1,6 +1,5 @@ - SplObjectStorage::contains diff --git a/reference/spl/splobjectstorage/detach.xml b/reference/spl/splobjectstorage/detach.xml index 244e10f263..7c649ed86d 100644 --- a/reference/spl/splobjectstorage/detach.xml +++ b/reference/spl/splobjectstorage/detach.xml @@ -1,6 +1,5 @@ - SplObjectStorage::detach diff --git a/reference/strings/functions/utf8-decode.xml b/reference/strings/functions/utf8-decode.xml index 7d69bfa223..7e9573a5a4 100644 --- a/reference/strings/functions/utf8-decode.xml +++ b/reference/strings/functions/utf8-decode.xml @@ -1,7 +1,5 @@ - - utf8_decode diff --git a/reference/strings/functions/utf8-encode.xml b/reference/strings/functions/utf8-encode.xml index a339626668..ea6836e24e 100644 --- a/reference/strings/functions/utf8-encode.xml +++ b/reference/strings/functions/utf8-encode.xml @@ -1,7 +1,5 @@ - - utf8_encode diff --git a/reference/uodbc/functions/odbc-result-all.xml b/reference/uodbc/functions/odbc-result-all.xml index 91f80dfcd8..4ed1d98792 100644 --- a/reference/uodbc/functions/odbc-result-all.xml +++ b/reference/uodbc/functions/odbc-result-all.xml @@ -1,6 +1,5 @@ - odbc_result_all diff --git a/reference/xml/functions/xml-parser-free.xml b/reference/xml/functions/xml-parser-free.xml index 0c1064a5ed..1b39e6ada3 100644 --- a/reference/xml/functions/xml-parser-free.xml +++ b/reference/xml/functions/xml-parser-free.xml @@ -1,7 +1,5 @@ - - xml_parser_free diff --git a/reference/xml/functions/xml-set-object.xml b/reference/xml/functions/xml-set-object.xml index 019cf95e07..983aebe98a 100644 --- a/reference/xml/functions/xml-set-object.xml +++ b/reference/xml/functions/xml-set-object.xml @@ -1,6 +1,5 @@ - xml_set_object diff --git a/reference/zip/functions/zip-close.xml b/reference/zip/functions/zip-close.xml index 3a4cbf7d51..f43023549a 100644 --- a/reference/zip/functions/zip-close.xml +++ b/reference/zip/functions/zip-close.xml @@ -1,7 +1,5 @@ - - zip_close diff --git a/reference/zip/functions/zip-entry-close.xml b/reference/zip/functions/zip-entry-close.xml index afb7d96af9..03a9f60beb 100644 --- a/reference/zip/functions/zip-entry-close.xml +++ b/reference/zip/functions/zip-entry-close.xml @@ -1,7 +1,5 @@ - - zip_entry_close diff --git a/reference/zip/functions/zip-entry-compressedsize.xml b/reference/zip/functions/zip-entry-compressedsize.xml index 2cce321d41..2bebafae12 100644 --- a/reference/zip/functions/zip-entry-compressedsize.xml +++ b/reference/zip/functions/zip-entry-compressedsize.xml @@ -1,7 +1,5 @@ - - zip_entry_compressedsize diff --git a/reference/zip/functions/zip-entry-compressionmethod.xml b/reference/zip/functions/zip-entry-compressionmethod.xml index 2e55f77207..c9e184687b 100644 --- a/reference/zip/functions/zip-entry-compressionmethod.xml +++ b/reference/zip/functions/zip-entry-compressionmethod.xml @@ -1,7 +1,5 @@ - - zip_entry_compressionmethod diff --git a/reference/zip/functions/zip-entry-filesize.xml b/reference/zip/functions/zip-entry-filesize.xml index d70b55454a..59d24fe442 100644 --- a/reference/zip/functions/zip-entry-filesize.xml +++ b/reference/zip/functions/zip-entry-filesize.xml @@ -1,7 +1,5 @@ - - zip_entry_filesize diff --git a/reference/zip/functions/zip-entry-name.xml b/reference/zip/functions/zip-entry-name.xml index 648ab440b8..6238003d6a 100644 --- a/reference/zip/functions/zip-entry-name.xml +++ b/reference/zip/functions/zip-entry-name.xml @@ -1,7 +1,5 @@ - - zip_entry_name diff --git a/reference/zip/functions/zip-entry-open.xml b/reference/zip/functions/zip-entry-open.xml index 118a221e75..126b493a44 100644 --- a/reference/zip/functions/zip-entry-open.xml +++ b/reference/zip/functions/zip-entry-open.xml @@ -1,7 +1,5 @@ - - zip_entry_open diff --git a/reference/zip/functions/zip-entry-read.xml b/reference/zip/functions/zip-entry-read.xml index 1e2c3dbc3d..2cd972710e 100644 --- a/reference/zip/functions/zip-entry-read.xml +++ b/reference/zip/functions/zip-entry-read.xml @@ -1,7 +1,5 @@ - - zip_entry_read diff --git a/reference/zip/functions/zip-open.xml b/reference/zip/functions/zip-open.xml index fa4adb4c2c..567b3aa22c 100644 --- a/reference/zip/functions/zip-open.xml +++ b/reference/zip/functions/zip-open.xml @@ -1,7 +1,5 @@ - - zip_open diff --git a/reference/zip/functions/zip-read.xml b/reference/zip/functions/zip-read.xml index e20a3002e9..acbaf11f1a 100644 --- a/reference/zip/functions/zip-read.xml +++ b/reference/zip/functions/zip-read.xml @@ -1,7 +1,5 @@ - - zip_read