Changes between Version 6 and Version 7 of MapGuideRfc138
- Timestamp:
- 09/05/13 21:03:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc138
v6 v7 86 86 These environment variables must be set (manually or by setenvironment.bat/setenvironment64.bat) before any of the aforementioned projects can be built in the Visual Studio IDE. This is already the case with the JavaApi and JavaApiEx projects in the WebTier (which require JAVA_HOME to be set), so this should not be anything new. 87 87 88 With everything in the MapGuide stack (including FDO) now built under the same compiler, we should also now be able to stop bundling and requiring installation of the Visual C++ 2008 and 2010 runtime libraries as pre-requisite installations for smaller installer size. Further testing will reveal if this is the case.88 With everything in the MapGuide stack (including FDO) now built under the same compiler, we should also now be able to stop bundling and requiring installation of the Visual C++ 2008 and 2010 runtime libraries as pre-requisite installations for smaller installer size. This will be done once FDO has completed its VS 2012 migration, ensuring everything is on the same compiler. 89 89 90 90 == Implications == … … 94 94 Developers of MapGuide PHP applications that are using custom/external PHP 5.3 extensions (ie. Not included with the MapGuide installer) will need to look for PHP 5.5 supported equivalents. 95 95 96 PHP developers should be mindful about what has changed in the PHP platform itself since 5.3 and make any changes in their application code. Migration guides for (5.3 to 5.4) and (5.4 to 5.5) are included below for reference:96 PHP developers should be mindful about what has changed in the PHP platform itself and its extensions since 5.3 and make any changes in their application code. Migration guides for (5.3 to 5.4) and (5.4 to 5.5) are included below for reference: 97 97 98 98 * http://php.net/manual/en/migration54.php … … 102 102 103 103 * https://httpd.apache.org/docs/2.4/upgrading.html 104 105 The httpd.conf template that we bundle with the installer has already been updated to ensure there are no incompatible settings or directives. 104 106 105 107 == Test Plan ==