diff --git a/Formula/php-autoload-psr.rb b/Formula/php-autoload-psr.rb index 78c720f..7dfccf0 100644 --- a/Formula/php-autoload-psr.rb +++ b/Formula/php-autoload-psr.rb @@ -36,7 +36,7 @@ def post_install else ext_config_path.write <<~EOS [autoload_psr] - extension=\"#{opt_lib/module_path}/autoload_psr.so\" + extension="#{opt_lib/module_path}/autoload_psr.so" EOS end end diff --git a/Formula/php-http.rb b/Formula/php-http.rb index 8b925b5..7da0972 100644 --- a/Formula/php-http.rb +++ b/Formula/php-http.rb @@ -57,7 +57,7 @@ def post_install else ext_config_path.write <<~EOS [pecl_http] - extension=\"#{opt_lib/module_path}/http.so\" + extension="#{opt_lib/module_path}/http.so" EOS end end diff --git a/Formula/php-raphf.rb b/Formula/php-raphf.rb index 051a364..9661154 100644 --- a/Formula/php-raphf.rb +++ b/Formula/php-raphf.rb @@ -45,7 +45,7 @@ def post_install else ext_config_path.write <<~EOS [raphf] - extension=\"#{opt_lib/module_path}/raphf.so\" + extension="#{opt_lib/module_path}/raphf.so" EOS end end diff --git a/Formula/php-uopz.rb b/Formula/php-uopz.rb index f5195c4..5f2a417 100644 --- a/Formula/php-uopz.rb +++ b/Formula/php-uopz.rb @@ -41,7 +41,7 @@ def post_install else ext_config_path.write <<~EOS [uopz] - extension=\"#{opt_lib/module_path}/uopz.so\" + extension="#{opt_lib/module_path}/uopz.so" EOS end end diff --git a/Formula/php-uuid.rb b/Formula/php-uuid.rb index 186c5f4..84a1dcc 100644 --- a/Formula/php-uuid.rb +++ b/Formula/php-uuid.rb @@ -44,7 +44,7 @@ def post_install else ext_config_path.write <<~EOS [uuid] - extension=\"#{opt_lib/module_path}/uuid.so\" + extension="#{opt_lib/module_path}/uuid.so" EOS end end diff --git a/Formula/php@7.4-autoload-psr.rb b/Formula/php@7.4-autoload-psr.rb index 4284a83..c36a32d 100644 --- a/Formula/php@7.4-autoload-psr.rb +++ b/Formula/php@7.4-autoload-psr.rb @@ -40,7 +40,7 @@ def post_install else ext_config_path.write <<~EOS [autoload_psr] - extension=\"#{opt_lib/module_path}/autoload_psr.so\" + extension="#{opt_lib/module_path}/autoload_psr.so" EOS end end diff --git a/Formula/php@7.4-http.rb b/Formula/php@7.4-http.rb index 072bc19..dbb5845 100644 --- a/Formula/php@7.4-http.rb +++ b/Formula/php@7.4-http.rb @@ -64,7 +64,7 @@ def post_install else ext_config_path.write <<~EOS [pecl_http] - extension=\"#{opt_lib/module_path}/http.so\" + extension="#{opt_lib/module_path}/http.so" EOS end end diff --git a/Formula/php@7.4-propro.rb b/Formula/php@7.4-propro.rb index 6f9d0d7..5f43aea 100644 --- a/Formula/php@7.4-propro.rb +++ b/Formula/php@7.4-propro.rb @@ -47,7 +47,7 @@ def post_install else ext_config_path.write <<~EOS [propro] - extension=\"#{opt_lib/module_path}/propro.so\" + extension="#{opt_lib/module_path}/propro.so" EOS end end diff --git a/Formula/php@7.4-raphf.rb b/Formula/php@7.4-raphf.rb index 5f61da4..b73544a 100644 --- a/Formula/php@7.4-raphf.rb +++ b/Formula/php@7.4-raphf.rb @@ -47,7 +47,7 @@ def post_install else ext_config_path.write <<~EOS [raphf] - extension=\"#{opt_lib/module_path}/raphf.so\" + extension="#{opt_lib/module_path}/raphf.so" EOS end end diff --git a/Formula/php@7.4-uopz.rb b/Formula/php@7.4-uopz.rb index 40eaaba..e206583 100644 --- a/Formula/php@7.4-uopz.rb +++ b/Formula/php@7.4-uopz.rb @@ -44,7 +44,7 @@ def post_install else ext_config_path.write <<~EOS [uopz] - extension=\"#{opt_lib/module_path}/uopz.so\" + extension="#{opt_lib/module_path}/uopz.so" EOS end end diff --git a/Formula/php@7.4-uuid.rb b/Formula/php@7.4-uuid.rb index 49064d0..7118a0f 100644 --- a/Formula/php@7.4-uuid.rb +++ b/Formula/php@7.4-uuid.rb @@ -54,7 +54,7 @@ def post_install else ext_config_path.write <<~EOS [uuid] - extension=\"#{opt_lib/module_path}/uuid.so\" + extension="#{opt_lib/module_path}/uuid.so" EOS end end diff --git a/Formula/phpdraft.rb b/Formula/phpdraft.rb index c6c97f4..47a4140 100644 --- a/Formula/phpdraft.rb +++ b/Formula/phpdraft.rb @@ -30,6 +30,6 @@ def install [App.net API](http://developers.app.net). EOS - assert_match "Real World API<\/title>", shell_output("#{bin}/phpdraft --file index.apib") + assert_match "<title>Real World API", shell_output("#{bin}/phpdraft --file index.apib") end end