Skip to content

Commit 37e8514

Browse files
committed
php-8.4-pecl-mcrypt - cherry-pick a PR to build for 8.4
Grab php/pecl-encryption-mcrypt#19 which just uses php_mt_rand_range rather than now-removed php_rand.
1 parent 679d073 commit 37e8514

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

php-8.4-pecl-mcrypt.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ environment:
3232
- php-${{vars.phpMM}}-dev
3333

3434
pipeline:
35-
- uses: fetch
35+
- uses: git-checkout
3636
with:
37-
uri: https://pecl.php.net/get/mcrypt-${{package.version}}.tgz
38-
expected-sha512: 1b579af868a2db073520437ad6a93513c2591bc865d982dc7926591e712614995148d13bacc1b4b207ddecda4bad219b67010a39ea17e1ec6e180d4fd69182ff
37+
repository: https://github.com/php/pecl-encryption-mcrypt
38+
tag: ${{package.version}}
39+
expected-commit: 15949865d9d8eb3a2f06e846d667d55b0033bfa5
40+
cherry-picks: |
41+
pull/19/head/d5a6b4bb2d9704b69ff121356e1e5a65080dfdaf: use php_mt_rand_range for 8.4
3942
4043
- name: phpize and configure
4144
runs: |

0 commit comments

Comments
 (0)