Skip to content

Commit 994a3a2

Browse files
committed
Merge branch 'feature-upgrade-apcu' into experiment-feature
2 parents 69d32e0 + fe47233 commit 994a3a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sapi/src/builder/extension/apcu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$p->addExtension(
88
(new Extension('apcu'))
99
->withOptions('--enable-apcu')
10-
->withPeclVersion('5.1.22')
11-
->withFileHash('md5', '2e1fb1f09725ada616e873c4e4012ff6')
10+
->withPeclVersion('5.1.27')
11+
->withFileHash('md5', '2f8c0244d31aabfb9cf68695764398f0')
1212
->withHomePage('https://github.com/krakjoe/apcu.git')
1313
->withManual('https://www.php.net/apcu')
1414
->withLicense('https://github.com/krakjoe/apcu/blob/master/LICENSE', Extension::LICENSE_PHP)

0 commit comments

Comments
 (0)