Changes between Initial Version and Version 1 of Ticket #39791, comment 2
- Timestamp:
- 02/06/2017 04:43:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39791, comment 2
initial v1 1 I benchmarked a str_replace() with the $special_chars. If it is realized it should use an preg_replace() . Its 3x times faster:1 I benchmarked a str_replace() with the $special_chars. If it is realized it should use an preg_replace() instead. Its 3x times faster: 2 2 3 3 {{{