Join the community today
Register Now

Beta Branch fix maxminddb orphan repair audit to check the built so directly in 1…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 16, 2026 at 9:24 AM.

  1. eva2000

    eva2000 Administrator Staff Member

    59,515
    12,539
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,180
    Local Time:
    6:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix maxminddb orphan repair audit to check the built so directly in 140.00beta01


    The post-repair audit used php_ext_so_missing, which requires
    maxminddb.ini to still exist - but a failed GeoIP2 extension rebuild
    removes the stale ini as part of its .so-gated ini write, so the
    warning could never fire on exactly the failure it was meant to report.

    Changes:
    - inc/php_upgrade.inc: audit the maxminddb.so presence in the PHP
    extension dir directly after the reinstall attempt instead of via
    php_ext_so_missing

    Continue reading...

    140.00beta01 branch