Execution
Date 03 Nov 2025 11:49:02 +0000
Duration 00:00:38.53
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
151 Hosts
1 Tasks
151 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
/root/fix_unused_php_errors.sh
delta
0:00:00.370849
end
2025-11-03 11:49:13.268542
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\n/root/fix_unused_php_errors.sh\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-11-03 11:49:12.897693
stderr

stderr_lines
[]
stdout
=== UNUSED PHP HANDLERS ERROR CHECK AND FIX ===

Finding all PHP handlers...
Found handlers:
8.1.33
8.2.29
8.3.26
8.4.13
/opt/alt/php74/usr/bin/php
/opt/alt/php-internal/usr/bin/php

Checking for problematic handlers...
Problematic handlers found: 1
  - /opt/alt/php74/usr/bin/php

Getting currently used handlers from database...
Currently used handlers:
alt-php84-fastcgi

Identifying unused problematic handlers...
  - php74 is UNUSED and problematic

Found 1 unused problematic handlers:
  - php74: /opt/alt/php74/usr/bin/php

=== FIXING MYSQLI ISSUES ===
Checking php74 for mysqli issues...
Found mysqli error in php74
  ℹ No mysqli.ini link/file found
  ℹ mysqlnd.so already enabled in default.ini
  → Testing PHP after fixes...
  ✗ Issue still persists after fixes

=== COMPLETED ===
stdout_lines
[
    "=== UNUSED PHP HANDLERS ERROR CHECK AND FIX ===",
    "",
    "Finding all PHP handlers...",
    "Found handlers:",
    "8.1.33",
    "8.2.29",
    "8.3.26",
    "8.4.13",
    "/opt/alt/php74/usr/bin/php",
    "/opt/alt/php-internal/usr/bin/php",
    "",
    "Checking for problematic handlers...",
    "Problematic handlers found: 1",
    "  - /opt/alt/php74/usr/bin/php",
    "",
    "Getting currently used handlers from database...",
    "Currently used handlers:",
    "alt-php84-fastcgi",
    "",
    "Identifying unused problematic handlers...",
    "  - php74 is UNUSED and problematic",
    "",
    "Found 1 unused problematic handlers:",
    "  - php74: /opt/alt/php74/usr/bin/php",
    "",
    "=== FIXING MYSQLI ISSUES ===",
    "Checking php74 for mysqli issues...",
    "Found mysqli error in php74",
    "  \u2139 No mysqli.ini link/file found",
    "  \u2139 mysqlnd.so already enabled in default.ini",
    "  \u2192 Testing PHP after fixes...",
    "  \u2717 Issue still persists after fixes",
    "",
    "=== COMPLETED ==="
]