Unverified Commit 520015d0 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: PHP packages & extensions ZHF (#352945)

parents 6dae61ad 8236f19e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  libcouchbase,
  zlib,
  substituteAll,
  php,
}:
let
  pname = "couchbase";
@@ -40,5 +41,6 @@ buildPecl {
    license = licenses.asl20;
    homepage = "https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html";
    maintainers = teams.php.members;
    broken = lib.versionAtLeast php.version "8.3";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  valgrind,
  pcre2,
  fetchFromGitHub,
  php,
}:

let
@@ -34,5 +35,6 @@ buildPecl {
      You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
    '';
    maintainers = teams.php.members;
    broken = lib.versionAtLeast php.version "8.4";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -33,5 +33,6 @@ buildPecl rec {
    license = licenses.bsd3;
    homepage = "https://phalcon.io";
    maintainers = teams.php.members ++ [ maintainers.krzaczek ];
    broken = lib.versionAtLeast php.version "8.4";
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ let
  composerLock = fetchurl {
    name = "composer.lock";
    url = "https://github.com/bobthecow/psysh/releases/download/v${version}/composer-v${version}.lock";
    hash = "sha256-ur6mzla3uXeFL6aEHAPdpxGdvcgzOgTLW/CKPbNqeCg=";
    hash = "sha256-PQDWShzvTY8yF+OUPVJAV0HMx0/KnA03TDhZUM7ppXw=";
  };
in
php.buildComposerProject2 (finalAttrs: {
@@ -45,7 +45,7 @@ php.buildComposerProject2 (finalAttrs: {
      composer update --lock --no-install
    '';

    vendorHash = "sha256-mW276lzOTCY68EnvSVR+tD+gh3Y61GrWchVJHDZ4dpg=";
    vendorHash = "sha256-tKy2A3dGGmZZzZF0JxtG6NYMfG/paQsuxAO1y3GfCsA=";
  };

  meta = {
+1 −0
Original line number Diff line number Diff line
@@ -33,5 +33,6 @@ buildPecl {
    homepage = "https://www.swoole.com";
    license = lib.licenses.asl20;
    maintainers = lib.teams.php.members;
    broken = lib.versionAtLeast php.version "8.4";
  };
}
Loading