Project

General

Profile

Actions

Bug #87323

closed

PHP 7.0 reached End Of Life, newer Doctrine and MariaDB 10.2/10.3 Support should be possible

Added by Thomas Oliver Moll about 5 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Start date:
2019-01-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,

the incompatibility of TYPO3 8.7 and MariaDB 10.2 hit us out of the blue, and we did not notice the problems with the older doctrine untill it was too late.

The Minimum requirement of TYPO3 for PHP 7.0 doesn't seem to hold up very much, so is there a way to get doctrine into TYPO3 8.7? Can I patch it locally?
We do not use Composer, so we are quite dependent on what TER and the ZIP-Versions of TYPO3 offer.

Are there other reasons to not update doctrine in the core or is it just that commitment to PHP 7.0?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #83414: Investigate MariaDB 10.2-support for 8 LTSRejected2017-12-22

Actions
Actions #1

Updated by Oliver Hader about 5 years ago

  • Related to Task #83414: Investigate MariaDB 10.2-support for 8 LTS added
Actions #2

Updated by Oliver Hader about 5 years ago

It's just not possible to break the PHP version compatibility to v7.0 in LTS releases. Please consider using a Composer-based approach for your scenario. OS distributions still use PHP 7.0 as base for a longer time (e.g. Ubuntu 16.04 which has support for five years until 2021) - that's independent of the EOL announcement of the PHP community for v7.0.

For special scenarios it also would be possible to have your own fork of the TYPO3.CMS Git repository, raise the requirement of doctrine/dbal and package your own TYPO3 version using the public releases script at https://github.com/typo3/darth

Actions #3

Updated by Oliver Hader about 5 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF