[Cartoweb-dev] [Bug 1376] New: ini files failed with escaped quotes
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Wed Mar 22 14:40:35 EST 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1376
Summary: ini files failed with escaped quotes
Product: CartoWeb
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: Core
AssignedTo: cartoweb-dev at lists.maptools.org
ReportedBy: daniel.faivre at camptocamp.com
For many reasons, we need to store quoted strings with nested quotes in .ini
files. As cw use the buggy php built-in parse_ini_file function, it's IMPOSSIBLE
to use such strings. For some features, like db auth, it's a blocking issue.
Here's a sample:
dbSecurityQueryRoles = "SELECT rid FROM roles INNER JOIN "rel_roles-users"
using(rid) INNER JOIN users using(uid) where uid='%s'"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Cartoweb-dev
mailing list