Project

General

Profile

Actions

Bug #22862

closed

t3lib_utility_client is not working with php 5.2.0

Added by Franz Koch almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-06-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

the preg_match_all pattern used to get the client information is using named subpatterns that are not compatible with php 5.2.0 but only php 5.2.2. Changing their spelling from '?<browser>' to '?P<browser>' does solve the issue.

(issue imported from #M14692)


Files

t3lib_utitlity_client.diff (727 Bytes) t3lib_utitlity_client.diff Administrator Admin, 2010-06-10 20:08

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22863: t3lib_utility_client uses pattern syntax supported only since PHP 5.2.2ClosedStanislas Rolland2010-06-10

Actions
Actions #1

Updated by Stanislas Rolland almost 14 years ago

Committed to SVN TYPO3core trunk (revision 7871).

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF