Commit Graph

5 Commits

Author SHA1 Message Date
Guillermo Pages
09d06bc085 fix: add persistent connections + fix self::$pdo bug
- Add PDO::ATTR_PERSISTENT to prevent SQL Server connection storms
  under concurrent PHP-FPM load (was causing 241 SQLSTATE[08001]
  failures/day on callioapi)
- Fix bug: $pdo → self::$pdo in connect() and getPDOInstance()
  guards (was checking undefined local var instead of static prop)
2026-02-12 23:28:22 +01:00
Guillermo Pages
11579d5170 fix: not psr compliant 2021-09-13 15:56:55 +02:00
Guillermo Pages
d83b2bbdd2 fix: namspace 2021-09-13 10:59:04 +02:00
Guillermo Pages
7a86c28ee5 feat: first commit 2021-09-13 10:57:18 +02:00
Guillermo Pages
5ee45bd8db Initial commit 2021-09-13 08:50:18 +00:00