mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ca5b1cbf61
* Remove overly specific PHP RNG instructions (that's just built into PHP7 through random_bytes now, which will throw if no suitable RNG is available) * Remove PHP 5 RNG requirements, since we don't support that PHP release any mre * Remove verbose explanation of PHP 5.6 support * Remove conflicting instructions for PHP memory limits * Remove version numbers from supporetd databases other than MySQL, it's up to the community modules to define that * Remove Oracle support (code is nine years old!) * Make "community supported" status clearer on databases, people can draw their own conclusions as open source users on Github * Remove IIS version number, I think we should just stick to "needs web.config" and not give the impression that this is actively tested * Remove mention of OSes for web servers, that's kind of irrelevant in today's hosting world (containers, PaaS, etc) * Shorten install instructions in favour of a "quickstart" and point to lessons instead * Remove mention of archive download option, we really shouldn't promote this - composer is the de-facto standard * Add generic descriptions of the hosting environment considerations without going too much into specifics * Remove Apache version number, we don't test on different versions, and really mostly rely on mod_rewrite working properly. Laravel does the same (doesn't claim specific Apache version support) |
||
---|---|---|
.. | ||
00_Model | ||
01_Templates | ||
02_Controllers | ||
03_Forms | ||
04_Configuration | ||
05_Extending | ||
06_Testing | ||
07_Debugging | ||
08_Performance | ||
09_Security | ||
10_Email | ||
11_Integration | ||
12_Search | ||
13_i18n | ||
14_Files | ||
15_Customising_the_Admin_Interface | ||
16_Execution_Pipeline | ||
17_CLI | ||
18_Cookies_And_Sessions | ||
index.md |