Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End the ungodly racket made by PHP deprecation warnings #24

Merged
merged 5 commits into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. More comprehensive handling of null "where" string

    Change-Id: I628886a39b2a0c540761cbf228ee2fdfad8de2e6
    yaronkoren authored and mszabo-wikia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0a3f43b View commit details
    Browse the repository at this point in the history
  2. Fix "PHP Deprecated: preg_replace(): Passing null to parameter #3 ($s…

    …ubject) of type array|string is deprecated"
    
    Change-Id: I0781b40459109b0e16af90f87bb83a797777c29c
    paladox authored and mszabo-wikia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    646f2fb View commit details
    Browse the repository at this point in the history
  3. Fix PHP 8.1 deprecation errors for fields being null

    Bug: T358843
    Change-Id: I8c0daa6f07bc15b5fcf3fdb28f39a7fd86a16402
    JayanthVikashS authored and mszabo-wikia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f8f6f9d View commit details
    Browse the repository at this point in the history
  4. Fix deprecation warning on Special:Drilldown

    Null check the query, since it may be absent.
    
    Bug: T356568
    Change-Id: I1d24365c6c3492d8b9b7e9be2d37295199bc53c9
    mszabo-wikia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    897702f View commit details
    Browse the repository at this point in the history
  5. PHP8 fix for strlen() for CargoStore

    Bug: T341408
    Change-Id: Iccde6f6137f389b01db28f78acb4f92ee129cd61
    yaronkoren authored and mszabo-wikia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5ea189f View commit details
    Browse the repository at this point in the history