]> 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)
committerPhilipp Knechtges <philipp-dev@knechtges.com>
Sat, 13 Dec 2014 01:16:37 +0000 (02:16 +0100)
commit533e8e14b64aeea8f3190eaaff208ed9a533dd13
treefc35e83ea66e55264ed0029b83293336b3cc1bd1
parent60099b91c42c55c140d57d83c5cff63e30fd637b
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