Make WordPress Core


Ignore:
Timestamp:
09/26/2025 09:08:52 PM (9 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Move specific sniff exclusions for getID3 to the config file.

This aims to make future updates of the library easier.

Follow-up to [47735], [47737], [47902].

See #63168.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcompat.xml.dist

    r60797 r60800  
    7777    -->
    7878
     79    <rule ref="PHPCompatibility.IniDirectives.RemovedIniDirectives.safe_modeDeprecatedRemoved">
     80        <exclude-pattern>/ID3/getid3\.php$</exclude-pattern>
     81    </rule>
    7982    <rule ref="PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated">
     83        <exclude-pattern>/ID3/getid3\.php$</exclude-pattern>
    8084        <exclude-pattern>/PHPMailer/PHPMailer\.php$</exclude-pattern>
     85    </rule>
     86    <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_runtimeDeprecated">
     87        <exclude-pattern>/ID3/getid3\.php$</exclude-pattern>
     88    </rule>
     89    <rule ref="PHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_gpcDeprecated">
     90        <exclude-pattern>/ID3/getid3\.php$</exclude-pattern>
     91    </rule>
     92    <rule ref="PHPCompatibility.Lists.AssignmentOrder.Affected">
     93        <exclude-pattern>/ID3/module.audio-video.quicktime\.php$</exclude-pattern>
    8194    </rule>
    8295    <rule ref="PHPCompatibility.Constants.RemovedConstants.intl_idna_variant_2003Deprecated">
Note: See TracChangeset for help on using the changeset viewer.