Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored and github-actions[bot] committed Jul 13, 2024
1 parent 7c7b3e1 commit 45cec0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class PhpAT84Zts < Formula
desc "General-purpose scripting language"
homepage "https://www.php.net/"
url "https://github.com/php/php-src/archive/5586d0c7de00acbfb217e1c6321da918b96ef960.tar.gz?commit=5586d0c7de00acbfb217e1c6321da918b96ef960"
url "https://github.com/php/php-src/archive/fb5d64c3002d6a8923e698ac42091e8c65f5e404.tar.gz?commit=fb5d64c3002d6a8923e698ac42091e8c65f5e404"
version "8.4.0"
sha256 "3a1a08ab5159682f1be2cc0b86d33a0e4657ac1657add6cfce2b61c4da2fa6f0"
sha256 "460b8af86274b3cc13f923225eb23775f5e023144220ec83af349fe2a19843f9"
license "PHP-3.01"
revision 1

Expand Down Expand Up @@ -65,8 +65,8 @@ def install
system "./buildconf", "--force"

inreplace "configure" do |s|
s.gsub! "APACHE_THREADED_MPM=$($APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes')",
"APACHE_THREADED_MPM="
s.gsub! "$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes' >/dev/null 2>&1",
"false"
s.gsub! "APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`",
"APXS_LIBEXECDIR='$(INSTALL_ROOT)#{lib}/httpd/modules'"
s.gsub! "-z `$APXS -q SYSCONFDIR`",
Expand Down

0 comments on commit 45cec0d

Please sign in to comment.