Skip to content

更新扩展 imagick ssh2 protobuf xlswriter 版本 #883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: experiment
Choose a base branch
from
5 changes: 2 additions & 3 deletions sapi/src/builder/extension/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
$p->addExtension(
(new Extension('imagick'))
->withOptions('--with-imagick=' . IMAGEMAGICK_PREFIX)
->withPeclVersion('3.6.0')
->withFileHash('md5', 'f7b5e9b23fb844e5eb035203d316bc63')
->withPeclVersion('3.7.0')
->withFileHash('md5', '0687774a6126467d4e5ede02171e981d')
->withHomePage('https://github.com/Imagick/imagick')
->withLicense('https://github.com/Imagick/imagick/blob/master/LICENSE', Extension::LICENSE_PHP)
->withMd5sum('f7b5e9b23fb844e5eb035203d316bc63')
->withDependentLibraries('imagemagick')
->withDependentExtensions('tokenizer')
->withBuildCached(false)
Expand Down
6 changes: 3 additions & 3 deletions sapi/src/builder/extension/protobuf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
$p->addExtension(
(new Extension('protobuf'))
->withOptions('--enable-protobuf')
->withPeclVersion('3.21.6')
->withFileHash('md5', '30fd6011881fa67878805c394e425577')
->withHomePage('https://developers.google.com/protocol-buffers')
->withPeclVersion('4.29.2')
->withFileHash('md5', 'bf1b1d37bf5dd16899e317320a269770')
->withHomePage('https://github.com/protocolbuffers/protobuf')
->withManual('https://protobuf.dev/reference/php/php-generated/')
->withDependentExtensions('sockets')
);
Expand Down
4 changes: 2 additions & 2 deletions sapi/src/builder/extension/ssh2.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
$p->addExtension(
(new Extension('ssh2'))
->withOptions('--with-ssh2=' . LIBSSH2_PREFIX)
->withPeclVersion('1.4')
->withFileHash('md5', 'd4ff155a741fcc33c4439a6e20323afd')
->withPeclVersion('1.4.1')
->withFileHash('md5', '9d655fb9e83aec24fcd6f943ddf94000')
->withHomePage('https://github.com/php/pecl-networking-ssh2')
->withManual('https://www.php.net/ssh2')
->withLicense('https://www.php.net/license/', Extension::LICENSE_PHP)
Expand Down
4 changes: 2 additions & 2 deletions sapi/src/builder/extension/xlswriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
(new Extension('xlswriter'))
->withHomePage('https://github.com/viest/php-ext-xlswriter')
->withLicense('https://github.com/viest/php-ext-xlswriter/blob/master/LICENSE', Extension::LICENSE_BSD)
->withPeclVersion('1.5.5')
->withFileHash('md5', '924847f19c20a6d071e91b7d2488021d')
->withPeclVersion('1.5.8')
->withFileHash('md5', '3fe390104254a03d1cd8d59aacf252ef')
->withOptions(' --with-xlswriter --enable-reader --with-openssl=' . OPENSSL_PREFIX)
->withDependentLibraries('openssl', 'zlib')
);
Expand Down
Loading