Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier eaccelerator.php

Espaces de nommage

 Joomla\Administrator
 

Fonctions

 admin_postinstall_eaccelerator_condition ()
 
 admin_postinstall_eaccelerator_action ()
 

Documentation des fonctions

◆ admin_postinstall_eaccelerator_action()

admin_postinstall_eaccelerator_action ( )

Disables the unsupported eAccelerator caching method, replacing it with the "file" caching method.

Renvoie
void
Depuis
3.2

Références $config, $data, $file, $prev, jimport(), JPATH_CONFIGURATION, et JError\raiseNotice().

◆ admin_postinstall_eaccelerator_condition()

admin_postinstall_eaccelerator_condition ( )

Checks if the eAccelerator caching method is enabled.

This check should be done through the 3.x series as the issue impacts migrated sites which will most often come from the previous LTS release (2.5). Remove for version 4 or when eAccelerator support is added.

This check returns true when the eAccelerator caching method is user, meaning that the message concerning it should be displayed.

Renvoie
integer
Depuis
3.2

Références $app.