<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/2db4cbac437c879d82ad9b8a33645208054796d7">https://github.com/macports/macports-ports/commit/2db4cbac437c879d82ad9b8a33645208054796d7</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 2db4cba  php: Update notes
</span>2db4cba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2db4cbac437c879d82ad9b8a33645208054796d7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Nov 18 14:15:27 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    php: Update notes
</span>---
 lang/php/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<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 3d144c6..c0b0635 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;'>@@ -366,7 +366,7 @@ subport ${php} {
</span>         notes-append "
 PHP ${branch} has reached end-of-life. Please upgrade to PHP ${php.oldest_supported_branch} or newer. The newest stable version is ${php.latest_stable_branch}.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To learn how to update your code, please read the following guides:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To learn how to update your code, please read the following guide:
</span> 
     http://php.net/manual/en/migration[php.suffix_from_branch ${php.latest_stable_branch}].php
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -375,7 +375,7 @@ To learn how to update your code, please read the following guides:
</span>     }
     
     if {[vercmp ${branch} ${php.latest_stable_branch}] > 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        notes-append "${php} @${version}_${revision} is a development preview—do not use it in production!\n\n\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        notes-append "${php} @${version} is a development preview—do not use it in production!\n\n\n"
</span>     }
     
     if {![file exists ${phpinidir}/php.ini]} {
</pre><pre style='margin:0'>

</pre>