<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/11269f88923f112e9d87fa2b42f186b0c765f9a6">https://github.com/macports/macports-ports/commit/11269f88923f112e9d87fa2b42f186b0c765f9a6</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 11269f8  fix apache2 (2.4.x) loading issue
</span>11269f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 11269f88923f112e9d87fa2b42f186b0c765f9a6
</span>Author: Marius Schamschula <Schamschula@users.noreply.github.com>
AuthorDate: Fri Nov 3 13:23:32 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fix apache2 (2.4.x) loading issue
</span>---
 lang/php/files/mod_php.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/php/files/mod_php.conf.in b/lang/php/files/mod_php.conf.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 10c112e..57d30bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/php/files/mod_php.conf.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/php/files/mod_php.conf.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,4 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-<IfModule mod_php@MAJOR@.c>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<IfModule php@MAJOR@_module>
</span> 
 AddType  application/x-httpd-php         .php
 AddType  application/x-httpd-php-source  .phps
</pre><pre style='margin:0'>

</pre>