Actions
Bug #63566
closedpcre.backtrack_limit in em is too low
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I cant update the extension-list, everytime this error occurs:
Error in regular expression matching, code: PREG_BACKTRACK_LIMIT_ERROR
See http://www.php.net/manual/en/function.preg-last-error.php
After change the limit in /typo3/sysext/em/classes/tools/class.tx_em_tools_xmlhandler.php from 500.000 to 1.000.000 the update went fine
Actions