Changes between Initial Version and Version 1 of MapGuideRfc168


Ignore:
Timestamp:
Dec 10, 2018, 6:03:38 AM (5 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc168

    v1 v1  
     1
     2= !MapGuide RFC 168 - Upgrade Apache, Tomcat and PHP =
     3
     4This page contains a change request (RFC) for the !MapGuide Open Source project.
     5More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     6
     7== Status ==
     8
     9||RFC Template Version||(1.0)||
     10||Submission Date||11 Dec 2018||
     11||Last Modified||11 Dec 2018||
     12||Author||Jackie Ng||
     13||RFC Status||draft||
     14||Implementation Status||pending||
     15||Proposed Milestone||3.1.2||
     16||Assigned PSC guide(s)||(when determined)||
     17||'''Voting History'''||(vote date)||
     18||+1||||
     19||+0||||
     20||-0||||
     21||-1||||
     22||no vote||||
     23
     24== Overview ==
     25
     26This RFC proposes to upgrade Apache, Tomcat and PHP to the latest versions:
     27
     28 * Apache: 2.4.37
     29 * PHP: 5.6.39
     30 * Tomcat: 7.0.92
     31
     32== Motivation ==
     33
     34The 5.6 series of PHP will soon be end-of-life (on 31st Dec 2018)
     35
     36The next major release of MapGuide (3.3) was intended to offer PHP 7.x compatible replacement bindings. However due to reduced developer resources, the originally planned release timeframe for 3.3 has failed to materialize.
     37
     38While bundling a soon to be EOL version of PHP is not a good look, what is also not a good look is potentially long gap until 3.3 is released.
     39
     40As a compromise, the best plan to "tide things over" would be to make another release of MapGuide in the 3.1 series (3.1.2), and bundle it with the latest compatible versions of Apache/PHP/Tomcat with full understanding that the version of PHP we bundle will be end-of-life at the end of this month.
     41
     42== Proposed Solution ==
     43
     44Upgrade Apache to 2.4.37. Windows binaries will be sourced from Apache Lounge
     45
     46Upgrade PHP to 5.6.39. Windows binaries will be sourced from windows.php.net. It is expected that this is the last ever release of PHP in the 5.6 series.
     47
     48Upgrade Tomcat to 7.0.92. We are staying on the 7.x series so that our Java installation requirements do not have to change for this release of MapGuide.
     49
     50== Implications ==
     51
     52None. These new component updates are all bug fix releases.
     53
     54== Test Plan ==
     55
     56Build and run on Windows and Linux. Ensure that components using PHP or Java function as before:
     57
     58 * The PHP AJAX Viewer
     59 * The Java AJAX Viewer
     60 * The PHP backend for Fusion trunk
     61 * The MapGuide Site Administrator
     62 * The Feature Source schema report.
     63
     64Verify all tests pass with the existing MapGuide API PHP test runner.
     65
     66== Funding / Resources ==
     67
     68Community