Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002202 [Quercus] major always 11-25-07 03:11 11-26-07 14:34
Reporter dsconnelly View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.1.3
Summary 0002202: Function str_replace has incorrect output for literal backslash in replacement
Description Code is:

str_replace('"','\"','<div id="gmapmarker">')

Result is:

<div id="gmapmarker">

Should be:

<div id=\"gmapmarker\">
Additional Information Impact: well-known Google Map handler fails

See: http://www.phpinsider.com/php/code/GoogleMapAPI/ [^]

GoogleMapAPI-2.5 demo code (SYNOPSIS) works correctly under mod_php, but fails on Quercus.
Attached Files

- Relationships

- Notes
(0002520)
nam
11-26-07 14:34

php/1611

Issue exists on 3.1.3 but does not exist in the trunk. GoogleMapApi 2.5 is confirmed working on Quercus.
 

- Issue History
Date Modified Username Field Change
11-25-07 03:11 dsconnelly New Issue
11-25-07 03:12 dsconnelly Issue Monitored: dsconnelly
11-26-07 13:49 nam Status new => assigned
11-26-07 13:49 nam Assigned To  => nam
11-26-07 14:34 nam Status assigned => closed
11-26-07 14:34 nam Note Added: 0002520
11-26-07 14:34 nam Resolution open => fixed
11-26-07 14:34 nam Fixed in Version  => 3.1.3


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker