Commit 0ec890b
Fix PHP 8.5 deprecation of PDO::sqliteCreateFunction()
PHP 8.5 deprecated PDO::sqliteCreateFunction() in favor of
Pdo\Sqlite::createFunction(). Use the new method on PHP 8.0+
where it is available, falling back to the old method for
older versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5d8af6b commit 0ec890b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
0 commit comments