TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-85102:
=======================================
Deprecation: #85102 - PhpOptionsUtility
=======================================
See :issue:`85102`
Description
===========
The PHP class :php:`\TYPO3\CMS\Core\Utility\PhpOptionsUtility` has been marked as deprecated.
The only purpose for this class was to check for available session handling in the installer.
Impact
======
Calling any method in this class will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Installations checking for session handling in custom extensions.
Migration
=========
Implement the :php:`filter_var()` and :php:`ini_get()` used in the PhpOptionsUtility wrapper yourself.
.. index:: PHP-API, FullyScanned, ext:core