Changes between Version 9 and Version 10 of MapGuideRfc138
- Timestamp:
- 09/09/13 21:22:48 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc138
v9 v10 88 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 Moving to PHP 5.5.x introduces some subtle changes in behaviour of the PHP GD extension (used by QuickPlot in both AJAX and Fusion viewers). Such code will also be updated to be compatible with PHP 5.5 90 Moving to PHP 5.5.x introduces some subtle changes in behaviour of the PHP GD extension (used by QuickPlot in both AJAX and Fusion viewers): 91 92 * North arrow does not render in a QuickPlot if specified and will create an invalid image if composited on top of the map image (rotated or not) 93 * The final image has black borders 94 95 Such code will also be fixed to work as before with PHP 5.5 91 96 92 97 == Implications ==