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,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-68141:
====================================
Deprecation: #68141 - typo3/ajax.php
====================================
See :issue:`68141`
Description
===========
The ajax.php entry-point has been marked as deprecated. All AJAX requests in the Backend using the Ajax API are
not affected as they automatically use index.php.
Impact
======
All extensions directly linking to typo3/ajax.php will throw a deprecation warning.
Affected Installations
======================
Installations with custom extensions that call typo3/ajax.php without using proper API calls from `BackendUtility`.
Migration
=========
Use `BackendUtility::getAjaxUrl()`.
.. index:: PHP-API, Backend