Project

General

Profile

Actions

Bug #63566

closed

pcre.backtrack_limit in em is too low

Added by Norman Wolff over 9 years ago. Updated almost 9 years ago.

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 #1

Updated by Michael Schams about 9 years ago

I can confirm this issue in a TYPO3 CMS 4.5.40 instance.
Increasing ini_set('pcre.backtrack_limit', 500000); in line 418 to 1000000 fixed it for me, too.

Actions #2

Updated by Gerrit Code Review about 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37941

Actions #3

Updated by Peter Kraume almost 9 years ago

I can confirm this issue too!

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Under Review to Closed

As TYPO3 CMS 4.5 is in "security only" bugfix mode, this is considered closed.

Please consider upgrading to a recent version (6.2) or 7.
Otherwise, if you desperately need this fixed, consider either subscribing to an 4.5 ELTS plan or (in case you already have subscribed) get in contact with Anja Leichsenring () and mention this ticket

Actions

Also available in: Atom PDF