TYPO3 6 需要哪些 PHP 函数? [英] Which PHP functions are necessary for TYPO3 6?

查看:21
本文介绍了TYPO3 6 需要哪些 PHP 函数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚全新安装了 TYPO3 6.1.系统环境检查告诉我,我的服务器上禁用了某些 PHP 功能.我在我的服务器上使用 Froxlor 来管理域等.因此,我可以完全控制这台机器,但我不确定哪些功能是真正必要的.有些功能对我来说似乎很危险,所以我不想启用我的盒子上禁用的每个功能.

I just did a fresh install of TYPO3 6.1. The system environment check tells me, that some PHP functions are disabled on my server. I'm using Froxlor on my server to administrate domains and alike. Thus, I have complete control over this machine but I'm not sure which functions are really necessary. Some functions seem to be pretty dangerous to me, so I don't want to enable every function which are disabled on my box.

TYPO3 列出以下功能已禁用:

TYPO3 lists the following functions as disabled:

disable_functions=parse_ini_file passthru popen proc_close proc_get_status proc_nice proc_open proc_terminate shell_exec show_source system

哪些应该为 TYPO3 明确启用,哪些可以保持禁用?感谢您的帮助.

Which should be definitely enabled for TYPO3 and which can stay disabled? Thanks for your help.

推荐答案

在 TYPO3 核心及其系统扩展中有该函数的使用.对于使用的功能,您可以决定是否禁用它们.如果您禁用它们,某些功能会中断,但您的安装可能不需要这些功能.

There's the function's use in the TYPO3 core and its system extensions. For the functions that are used it's up to you to decide whether you disable them or not. Some functionality will break if you disable them but it might be functionality that your installation doesn't need.

请注意,您安装的任何非系统扩展都可能使用这些方法中的任何一种!

  • passthru - 在后端生成缩略图时使用.
  • proc_close - 可能由邮件程序类使用.
  • proc_open - 使用,可能由邮件程序类使用.
  • shell_exec - 由调度程序和 RTE 用于使用 Aspell 进行拼写检查.
  • passthru - used when generating thumbnails in the backend.
  • proc_close - used, probably by a mailer class.
  • proc_open - used, probably by a mailer class.
  • shell_exec - used by the scheduler and by the RTE for spellchecking using Aspell.
  • parse_ini_file
  • 打开
  • proc_get_status
  • proc_nice
  • proc_terminate
  • show_source
  • 系统

这篇关于TYPO3 6 需要哪些 PHP 函数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆