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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c55b3315b8404be7eb3eb67b97d3eec5bec9fdb1">https://github.com/macports/macports-ports/commit/c55b3315b8404be7eb3eb67b97d3eec5bec9fdb1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c55b3315b8404be7eb3eb67b97d3eec5bec9fdb1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Oct 22 17:10:20 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php: php52-apache2handler is known to fail for now
</span>---
 lang/php/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/php/Portfile b/lang/php/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4762284..9283aba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -502,6 +502,14 @@ subport ${php}-apache2handler {
</span>     
     build.target            libs/libphp${major}.bundle
     
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[vercmp ${branch} 5.3] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # PHP earlier than 5.3 is not compatible with Apache 2.4 or later, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # earlier versions of Apache were removed from MacPorts. Might be able
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # to backport Apache 2.4 support, perhaps using a patch from this bug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # report: https://bugs.php.net/bug.php?id=62267
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        known_fail          yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    
</span>     destroot {
         xinstall -m 755 -d ${destroot}${moduledir} ${destroot}${confdir}/extra
         xinstall -m 644 ${worksrcpath}/libs/libphp${major}.so ${destroot}${moduledir}/mod_${php}.so
</pre><pre style='margin:0'>

</pre>