Skip to content

Commit 852848b

Browse files
committed
php-http: temporarily disable
Closes #68. Signed-off-by: Sean Molenaar <[email protected]>
1 parent 0efeaed commit 852848b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Formula/php-http.rb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ class PhpHttp < Formula
55
sha256 "cf9d2a2ed335e572366025eca1d69e86c585f96ca07db341839a06f52ee4aa88"
66
head "https://github.com/m6w6/ext-http.git"
77

8+
disable! date: "2021-03-01", because: "support pending" unless build.head?
9+
810
depends_on "autoconf" => :build
911
depends_on "pkg-config" => :build
1012
depends_on "php"
11-
depends_on "php-propro"
1213
depends_on "php-raphf"
1314

1415
def module_path
@@ -23,13 +24,8 @@ def install
2324

2425
# link in the raphf extension header
2526
mkdir_p "ext/raphf"
26-
cp "#{Formula["php-raphf"].opt_prefix}/include/php_raphf.h", "ext/raphf/php_raphf.h"
27-
cp "#{Formula["php-raphf"].opt_prefix}/include/php_raphf_api.h", "ext/raphf/php_raphf_api.h"
28-
29-
# link in the propro extension header
30-
mkdir_p "ext/propro"
31-
cp "#{Formula["php-propro"].opt_prefix}/include/php_propro.h", "ext/propro/php_propro.h"
32-
cp "#{Formula["php-propro"].opt_prefix}/include/php_propro_api.h", "ext/propro/php_propro_api.h"
27+
cp "#{Formula["php-raphf"].opt_include}/php_raphf.h", "ext/raphf/php_raphf.h"
28+
cp "#{Formula["php-raphf"].opt_include}/php_raphf_api.h", "ext/raphf/php_raphf_api.h"
3329

3430
configure_args = %W[
3531
--with-http

0 commit comments

Comments
 (0)