oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
800 stars 26 forks source link

For each PHP release, use latest Sqlite3 release #2145

Closed dmausner closed 2 weeks ago

dmausner commented 2 weeks ago

Frequently asked questions

Is your feature request related to a problem? Please describe. A request to build each PHP release with the latest available Sqlite3 release.

Describe the solution you'd like When using latest PHP upgrade, to experience the Sqlite3 extension upgraded to the latest Sqlite3 release.

Describe alternatives you've considered It is not possible to separately compile php_sqlite3.dll (for Windows) or php_sqlite3 (Linux) module, for end user who lacks the required tool chain experience.

Please understand that this issue tracker is specifically meant to report issues with the packages and with the repositories. I won't teach you the basics of system administration, I won't help you with bugs in the software itself. For both, there are better sites where are people with more free time that allows them to be more friendly to newcomers.

Please make sure you read Dear anonymous internet user asking for help... by Bert Hubert and How to Report Bugs Effectively by Simon Tatham.

If you understand the purpose of this issue tracker and describe your request accurately (where the template below will help), I might be able to help you.

Distribution (please complete the following information):

Package(s) (please complete the following information): php8.3-sqlite3: Installed: 8.3.8-2+0~20240608.35+debian12~1.gbp4d7dbc Candidate: 8.3.8-2+0~20240608.35+debian12~1.gbp4d7dbc Version table: *** 8.3.8-2+0~20240608.35+debian12~1.gbp4d7dbc 500 500 https://packages.sury.org/php bookworm/main arm64 Packages 100 /var/lib/dpkg/status d

Additional context image

Note: latest Sqlite release is 3.46.

oerdnj commented 2 weeks ago

The SQLite3 library is dynamically linked and PHP is using whatever version is provided by the Ubuntu/Debian release.

I maintain the extra libraries only in special cases and generally avoid doing that, so no, sorry, this is not going to happen.

P.S.: You didn’t even described why it is so important to have the latest SQLite3 available.