forked from neos/neos-development-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Revert possible performance optimizations and remigrate 8.3 Con…
…vertUrisImplementation the convert uris stuff was optimized while migrating the code to 9.0 it should behave more performant with the cost of being less accurate and not covering all edge-cases. This change reverts those performance optimization and introduce all those additional preg_match and replaces again for more accuracy. This is the even more expensive but more accurate 8.3 solution. neos#4744 (comment)
- Loading branch information
Showing
1 changed file
with
86 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters