Changes between Initial Version and Version 1 of Ticket #23175, comment 11
- Timestamp:
- 05/14/2013 10:04:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23175, comment 11
initial v1 1 1 I'd suggest to normalize the slashes with `str_replace( '\\', '/', ... )` before doing any string manipulations. This is what the core does in a few functions. 2 2 3 Using `DIRECTORY_SEP ERATOR` was previously discussed in #15598, #17494, #20849, and #22267. The consensus in each ticket was that it's not needed.3 Using `DIRECTORY_SEPARATOR` was previously discussed in #15598, #17494, #20849, and #22267. The consensus in each ticket was that it's not needed.