We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26cf725 + 4c73203 commit 2a79f8fCopy full SHA for 2a79f8f
.gitignore
@@ -347,3 +347,5 @@ php-fpm-*
347
!sapi/patches
348
/runtime
349
!/runtime/.gitkeep
350
+/APP_NAME
351
+/APP_VERSION
sapi/src/builder/extension/ds.php
@@ -7,7 +7,8 @@
7
$p->addExtension(
8
(new Extension('ds'))
9
->withOptions(' --enable-ds')
10
- ->withPeclVersion('1.5.0')
+ ->withPeclVersion('1.6.0')
11
+ ->withFileHash('md5', 'c743b75f58bedfa2ab7fb3853b7b629b')
12
->withHomePage('https://github.com/php-ds/ext-ds')
13
->withManual('https://www.php.net/ds')
14
->withLicense('https://github.com/php-ds/ext-ds/blob/master/LICENSE', Extension::LICENSE_MIT)
0 commit comments