Commit 2fa17e6
committed
Match only the null deprecation, not PHP 8.5's escape deprecation
PHP 8.5 separately deprecates str_getcsv()'s default $escape argument,
which fires on every call regardless of this fix. Match the "Passing
null" message specifically so the regression test guards only the null
query it covers.1 parent c3a0517 commit 2fa17e6
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| |||
0 commit comments