Skip to content

Commit 2a79f8f

Browse files
committed
Merge branch 'build_native_php' into php-fpm
2 parents 26cf725 + 4c73203 commit 2a79f8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,5 @@ php-fpm-*
347347
!sapi/patches
348348
/runtime
349349
!/runtime/.gitkeep
350+
/APP_NAME
351+
/APP_VERSION

sapi/src/builder/extension/ds.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
$p->addExtension(
88
(new Extension('ds'))
99
->withOptions(' --enable-ds')
10-
->withPeclVersion('1.5.0')
10+
->withPeclVersion('1.6.0')
11+
->withFileHash('md5', 'c743b75f58bedfa2ab7fb3853b7b629b')
1112
->withHomePage('https://github.com/php-ds/ext-ds')
1213
->withManual('https://www.php.net/ds')
1314
->withLicense('https://github.com/php-ds/ext-ds/blob/master/LICENSE', Extension::LICENSE_MIT)

0 commit comments

Comments
 (0)