Changes between Version 6 and Version 8 of Ticket #681


Ignore:
Timestamp:
Mar 10, 2009, 6:41:15 AM (15 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #681

    • Property Milestone 5.2 release6.0 release
  • Ticket #681 – Description

    v6 v8  
    1 {{{
    21PHP MapScript "save" method in "map" object doesn't distinguish between
    32quotation and apostrophe.  This may cause some parsing error when reading the
    43new map.  For example if a map contains the following string:
    54
     5{{{
    66CONNECTION '<OGRVRTDataSource><OGRVRTLayer
    77name="pointOfInterest"><SrcDataSource>ODBC:sp-wms-TextDSN002,PointOfInterest</SrcDataSource><SrcLayer>PointOfInterest</SrcLayer><GeometryType>wkbPoint</GeometryType><LayerSRS>WGS84</LayerSRS><GeometryField
    88encoding="PointFromColumns" x="XCoord"
    99y="YCoord"/></OGRVRTLayer></OGRVRTDataSource>'
     10}}}
    1011
    1112the new string will look like the following after using map->save:
    12 
     13{{{
    1314CONNECTION "<OGRVRTDataSource><OGRVRTLayer
    1415name="pointOfInterest"><SrcDataSource>ODBC:sp-wms-TextDSN002,PointOfInterest</SrcDataSource><SrcLayer>PointOfInterest</SrcLayer><GeometryType>wkbPoint</GeometryType><LayerSRS>WGS84</LayerSRS><GeometryField