Actions
Bug #51409
closedsubstr_count call added in #49186 generates warnings
Start date:
2013-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The substr_count call was incorrectly implemented in typo3/sysext/install/Classes/Controller/Action/Step/DatabaseConnect.php
substr_count($string, 0, ':') should in fact be written as susbstr_count($string, ':').
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23374
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23374
Updated by Michiel Roos about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aedccd3e7e5542327b96bc99cfedcf230313f902.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/23410
Updated by Wouter Wolters about 11 years ago
- Status changed from Under Review to Resolved
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions