Changes between Initial Version and Version 1 of Ticket #18958, comment 12
- Timestamp:
- 10/18/11 06:41:06 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18958, comment 12
initial v1 1 1 Thinking we should make it a coding standard to use strings that qualify as PHP (and JS) variables names in all these cases. That would mean [A-Za-z0-9_] only. Such standard will let us avoid a lot of weird edge cases. 2 3 Perhaps even have a sanitizing function that would throw warning if something else is passed there.
