🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 fix-pdo-constant.php

📁 Path: /home/skhata/chandrasons.com/vendor/nunomaduro/collision/scripts/fix-pdo-constant.php
📊 Size: 352 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

if (PHP_VERSION_ID < 80500) {
    exit(0);
}

$file = __DIR__.'/../vendor/laravel/framework/config/database.php';

if (! file_exists($file)) {
    exit(0);
}

file_put_contents($file, str_replace(
    'PDO::MYSQL_ATTR_SSL_CA',
    '(PHP_VERSION_ID >= 80500 ? Pdo\\Mysql::ATTR_SSL_CA : PDO::MYSQL_ATTR_SSL_CA)',
    file_get_contents($file),
));
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨