]> source.dussan.org Git - nextcloud-server.git/commit
make regex in controllermethodreflector.php compatible with PCRE 6.x
authorPhilipp Knechtges <philipp-dev@knechtges.com>
Sat, 13 Dec 2014 01:16:37 +0000 (02:16 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Sun, 14 Dec 2014 09:52:21 +0000 (10:52 +0100)
commit768aea57d3cef405ff1e01731fd31af5c997df99
tree40ce155bbbb41b4faf9dd16fec54b6248e2ab891
parent6ae0217326ff458a1a06a6cbf656757afead1f31
make regex in controllermethodreflector.php compatible with PCRE 6.x

The syntax ?<...> seems to be only supported from PCRE 7.0 on. For
backwards-compability ?P<...> is used.
lib/private/appframework/utility/controllermethodreflector.php