Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Update bundled SQLite to a newer release #1227

Open
ju5t opened this issue Jan 7, 2025 · 0 comments
Open

[Bug]: Update bundled SQLite to a newer release #1227

ju5t opened this issue Jan 7, 2025 · 0 comments

Comments

@ju5t
Copy link

ju5t commented Jan 7, 2025

Platform

macOS

Operating system version

macOS 15.1.1

System architecture

ARM64 (M1, M2, etc)

Herd Version

1.13.0 (Build: 37)

PHP Version

PHP 8.4.2 (cli) (built: Dec 20 2024 09:59:39) (NTS)

Bug description

Herd comes with SQLite version 3.43.2. This version can't concatenate strings yet, which is possible from 3.44.1 onwards. As SQLite gets bundled in with PHP I don't think there's an easy way to solve this without the help of Herd.

This version is used for every 8.x release in Herd. We're on 8.4 ourselves.

Would it be possible to update the bundled SQLite?

Steps to reproduce

# print_r(SQLite3::version());
Array
(
    [versionString] => 3.43.2
    [versionNumber] => 3043002
)

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants