1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Peter Kokot 435e67e075 Remove HAVE_SQLITE3_{CLOSE_V2,ERRSTR} (#18963)
As of PHP 8.5 the minimum required SQLite library is 3.7.17, and this
removes the following preprocessor macros checks:

- HAVE_SQLITE3_CLOSE_V2 (sqlite3_close_v2() function is available since
  SQLite 3.7.14.)
- HAVE_SQLITE3_ERRSTR (sqlite3_errstr() function is available since
  SQLite 3.7.15)
- SQLITE_VERSION_NUMBER should be now always greater than 3006011
  (3.6.11).
2026-02-11 13:13:18 +01:00
..
2026-02-05 18:39:22 +01:00
2026-01-24 11:39:28 +00:00
2026-02-03 00:55:05 +01:00
2026-02-10 01:35:01 +03:00
2026-01-23 15:00:22 +01:00
2026-01-28 18:15:04 +00:00
2026-02-04 17:10:53 +01:00
2026-02-09 19:27:40 +00:00
2026-02-04 17:10:53 +01:00