contao / docs-archive

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

create 4.1 branch and increase PHP minimum requirement #369

Closed fritzmg closed 8 years ago

fritzmg commented 8 years ago

As discovered in contao/standard-edition#37 the minimum requirements for Contao 4 have changed in Contao 4.1. The current manual for Contao 4.0 lists PHP 5.4.0 as the minimum requirement » https://github.com/contao/docs/blob/4.0/manual/en/01-installation/configuring-the-live-server.md.

However, in Contao 4.1 that has changed to PHP 5.5.0. This should probably be reflected in the documentation as well.

aschempp commented 8 years ago

I suggest we add a Contao 4.2 book once its released and simply skip 4.1… 4.0 will then wander into the outdated secion.

aschempp commented 8 years ago

The book for Contao 4.2 is now available and updated. https://docs.contao.org/books/manual/4.2/

fritzmg commented 8 years ago

PHP Intl extension is still missing under https://docs.contao.org/books/manual/4.2/en/01-installation/configuring-the-live-server.html

aschempp commented 8 years ago

I'm not aware that Intl is a requirement? @leofeyer

fritzmg commented 8 years ago

Yes, see https://github.com/contao/check/issues/95

aschempp commented 8 years ago

Thanks for the info! Can you provide a pull request for the necessary adjustments?

fritzmg commented 8 years ago

Yes, will do when I have the time :). Want to add a few other things as well.

lionel-m commented 8 years ago

Yes, will do when I have the time :). Want to add a few other things as well.

👍

fritzmg commented 8 years ago

Btw. shouldn't PHP extensions like SOAP be removed from the requirements, since there is no Extension Repository anymore? Also technically you do not need Phar I think - though you need it for composer of course.

Not sure about mbstring and mcrypt.

aschempp commented 8 years ago

Please create new issues or preferably pull requests, this one is for another topic and already closed.