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 9, 2024
1 parent 49b80eb commit 28f8c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class PhpAT84 < Formula
desc "General-purpose scripting language"
homepage "https://www.php.net/"
url "https://github.com/php/php-src/archive/42530c65439b64409091ed23d2c343baffc3386e.tar.gz?commit=42530c65439b64409091ed23d2c343baffc3386e"
url "https://github.com/php/php-src/archive/19813b5b7e962f46d4227304ad9c5dd8e42716c6.tar.gz?commit=19813b5b7e962f46d4227304ad9c5dd8e42716c6"
version "8.4.0"
sha256 "9b19c33e6c09e3309675883c78b093e1638af1d61303e56f1030e4d2a8069bc3"
sha256 "de9c9ef47cc054195e2e76af2f70538304a0b0be0162702a701a69935b0edf31"
license "PHP-3.01"
revision 1

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

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

0 comments on commit 28f8c16

Please sign in to comment.