nix-phps
nix-phps copied to clipboard
Repository of Nix expressions for old PHP versions
Hello, Would it be a good idea to setup Github sponsoring in this project? Thanks.
Any idea on how we could use these old php version (5.5) on apache
Since using `numtide/flake-utils` is getting controversial for many reasons, this PR uses `flake-parts` (https://github.com/hercules-ci/flake-parts).
Enable Renovate Github App: https://github.com/apps/renovate Example PR: https://github.com/loophp/php-src-nix/pull/3 I like the renovate tool, it also runs the CI tests and can automatically merge the PR :)
This PR: - [x] Is a work in progress, experimental idea - [x] Is here to gather feedback
Currently does not build. Fixes: #35
I'll leave this PR open until I find some motivation and energy to come back to it. The couchbase extension now build on PHP 5.6 on both architecture. Most of...
Building `couchbase` extension is broken on: - `nix build .#php70.extensions.couchbase -L` - `nix build .#php71.extensions.couchbase -L` - `nix build .#php72.extensions.couchbase -L` This has been found while working on https://github.com/loophp/nix-shell/pull/157 and...
Similar to #78, we might need to backport OpenSSL 3 compatibility patches (if possible). Upstream issue: https://github.com/NixOS/nixpkgs/issues/210452
This PR: - [x] Replace the Github action with Nix Prettify command