contao / docs-archive

Contao Documentation
https://docs.contao.org/
Other
43 stars 77 forks source link

[4.2] remove some PHP requirements? #393

Closed fritzmg closed 8 years ago

fritzmg commented 8 years ago

Since the Extension Repository is not part of Contao 4 anymore, can the SOAP requirement be dropped from the documentation?

Also since there is no Live Update in Contao 4, the Phar requirement could also be dropped - however you need that to run composer.phar of course.

I am not sure whether mbstring and mcrypt are still in use.

xchs commented 8 years ago

Also since there is no Live Update in Contao 4, the Phar requirement could also be dropped - however you need that to run composer.phar of course.

The new Contao Manager, however, would still need the Phar extension (see https://contao.org/de/news/informationen-zum-contao-manager.html).

aschempp commented 8 years ago

mcrypt is used by the Encryption class, if someone would encrypt a field. The core does not, but an extension might do that. Therefore it's still a requirements.

mbstring is also required for UTF-8 support.

aschempp commented 8 years ago

Oh, and SOAP certainly can be dropped for Contao 4 manual.

fritzmg commented 8 years ago

closing in favor of #392