Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2202 | major | always | 11-25-07 03:11 | 11-26-07 14:34 | |
|
|||||
Reporter: | dsconnelly | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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\"> |
||||
Steps To Reproduce: | |||||
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. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|