Skip to content

Commit c1dcb92

Browse files
committed
php-http 4.2.6
1 parent cd52d25 commit c1dcb92

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/php-http.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PhpHttp < Formula
22
desc "Pecl HTTP Extension for PHP"
33
homepage "https://github.com/m6w6/ext-http"
4-
url "https://pecl.php.net/get/pecl_http-4.2.4.tgz"
5-
sha256 "fb1e10c2e5edfb011ff8dc2e473cdbd2bbe0127d1279dfce4d98570555ac6ded"
4+
url "https://pecl.php.net/get/pecl_http-4.2.6.tgz"
5+
sha256 "cd33230050b3f7c5ddb6f4383ce2a81f0bcdb934432029eec72ebf0f942b876d"
66
head "https://github.com/m6w6/ext-http.git"
77

88
bottle do
@@ -14,10 +14,15 @@ class PhpHttp < Formula
1414

1515
depends_on "autoconf" => :build
1616
depends_on "pkg-config" => :build
17+
depends_on "brotli"
1718
depends_on "curl"
19+
depends_on "icu4c@76"
20+
depends_on "openssl@3"
1821
depends_on "php"
1922
depends_on "php-raphf"
2023

24+
uses_from_macos "zlib"
25+
2126
def module_path
2227
extension_dir = Utils.safe_popen_read("#{Formula["php"].opt_bin}/php-config", "--extension-dir").chomp
2328
php_basename = File.basename(extension_dir)

0 commit comments

Comments
 (0)