1
0
Fork 0

PHP SQLCipher now packaged for Ubuntu 26.04 (resolute)
All checks were successful
Build PHP PDO SQLCipher packages / php7.4 on debian-12-bookworm (push) Successful in 4m57s
Build PHP PDO SQLCipher packages / php8.0 on debian-12-bookworm (push) Successful in 4m53s
Build PHP PDO SQLCipher packages / php8.1 on debian-12-bookworm (push) Successful in 4m58s
Build PHP PDO SQLCipher packages / php8.2 on debian-12-bookworm (push) Successful in 4m44s
Build PHP PDO SQLCipher packages / php8.3 on debian-12-bookworm (push) Successful in 4m47s
Build PHP PDO SQLCipher packages / php8.4 on debian-12-bookworm (push) Successful in 4m50s
Build PHP PDO SQLCipher packages / php8.5 on debian-12-bookworm (push) Successful in 5m10s
Build PHP PDO SQLCipher packages / php7.4 on debian-13-trixie (push) Successful in 4m58s
Build PHP PDO SQLCipher packages / php8.0 on debian-13-trixie (push) Successful in 4m34s
Build PHP PDO SQLCipher packages / php8.1 on debian-13-trixie (push) Successful in 4m27s
Build PHP PDO SQLCipher packages / php8.2 on debian-13-trixie (push) Successful in 4m27s
Build PHP PDO SQLCipher packages / php8.3 on debian-13-trixie (push) Successful in 4m24s
Build PHP PDO SQLCipher packages / php8.4 on debian-13-trixie (push) Successful in 4m29s
Build PHP PDO SQLCipher packages / php8.5 on debian-13-trixie (push) Successful in 4m51s
Build PHP PDO SQLCipher packages / php7.4 on ubuntu-22.04 (push) Successful in 4m45s
Build PHP PDO SQLCipher packages / php8.0 on ubuntu-22.04 (push) Successful in 4m37s
Build PHP PDO SQLCipher packages / php8.1 on ubuntu-22.04 (push) Successful in 4m46s
Build PHP PDO SQLCipher packages / php8.2 on ubuntu-22.04 (push) Successful in 4m52s
Build PHP PDO SQLCipher packages / php8.3 on ubuntu-22.04 (push) Successful in 4m36s
Build PHP PDO SQLCipher packages / php8.4 on ubuntu-22.04 (push) Successful in 4m47s
Build PHP PDO SQLCipher packages / php8.5 on ubuntu-22.04 (push) Successful in 4m50s
Build PHP PDO SQLCipher packages / php7.4 on ubuntu-24.04 (push) Successful in 5m17s
Build PHP PDO SQLCipher packages / php8.0 on ubuntu-24.04 (push) Successful in 5m13s
Build PHP PDO SQLCipher packages / php8.1 on ubuntu-24.04 (push) Successful in 5m7s
Build PHP PDO SQLCipher packages / php8.2 on ubuntu-24.04 (push) Successful in 5m22s
Build PHP PDO SQLCipher packages / php8.3 on ubuntu-24.04 (push) Successful in 5m12s
Build PHP PDO SQLCipher packages / php8.4 on ubuntu-24.04 (push) Successful in 4m53s
Build PHP PDO SQLCipher packages / php8.5 on ubuntu-24.04 (push) Successful in 5m10s

This commit is contained in:
Miguel Jacq 2026-09-09 15:36:40 +10:00
parent e7165374f2
commit 0182d10a7c
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -9,7 +9,7 @@ This repo contains build scripts and a `reprepro` APT repository for **drop-in r
## Supported PHP & OS versions
* **PHP:** 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
* **OS:** Debian **12 (bookworm)**, Debian **13 (trixie)**, Ubuntu **22.04 (jammy)**, Ubuntu **24.04 (noble)**
* **OS:** Debian **12 (bookworm)**, Debian **13 (trixie)**, Ubuntu **22.04 (jammy)**, Ubuntu **24.04 (noble)**, Ubuntu **26.04 (resolute)**
> **Assumption:** Youre using PHP from [**Ondřej Surý**](https://deb.sury.org) (packages.sury.org / PPA) on both Debian and Ubuntu. If not, you may need to edit the scripts to fetch `apt-get source phpX.Y` differently.