Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Upgrade to SQLite 3.28.0
Browse files Browse the repository at this point in the history
Over the years, multiple security vulnerabilities[1] have been found
and fixed in SQLite3, so it makes sense to update our bundled libsqlite
to the latest available version.

[1] <https://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html>

(cherry picked from commit e944ae6)
  • Loading branch information
cmb69 committed Jul 9, 2019
1 parent ab48bc8 commit 2daaaf7
Show file tree
Hide file tree
Showing 4 changed files with 122,225 additions and 51,171 deletions.
5 changes: 5 additions & 0 deletions NEWS
@@ -1,6 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Backported from 7.1.31

- SQLite:
. Upgraded to SQLite 3.28.0. (cmb)

Backported from 7.1.30

- EXIF:
Expand Down

0 comments on commit 2daaaf7

Please sign in to comment.