PHP: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
echo $a-$b; // [...]: -2.7755575615629E-17 | echo $a-$b; // [...]: -2.7755575615629E-17 | ||
==Software requirements== | |||
* MediaWiki | * MediaWiki | ||
* Roundcube : "The most common is MySQL but others are PostgreSQL and SQLite." [https://github.com/roundcube/roundcubemail/wiki/Installation] | * Roundcube : "The most common is MySQL but others are PostgreSQL and SQLite." [https://github.com/roundcube/roundcubemail/wiki/Installation] | ||
* NextCloud | * NextCloud | ||
* Baikal | * Baikal : "MySQL or SQLite" [http://sabre.io/baikal/install/] | ||
* SabreDAV | * SabreDAV : no DB, but mod_php: "For maximum compatibility, apache 2 with mod_php is recommended. This is especially true if you plan to a file server. Card- and CalDAV servers run fine through FastCGI as well." | ||
* Agendav : "Most popular database backends are supported, such as MySQL, PostgreSQL or SQLite." [https://agendav.readthedocs.io/en/2.2.0/admin/installation/] | * Agendav : "Most popular database backends are supported, such as MySQL, PostgreSQL or SQLite." [https://agendav.readthedocs.io/en/2.2.0/admin/installation/] |
Revision as of 2018-09-01T14:26:17
http://www.heise.de/developer/news/foren/S-Re-Thank-good-it-s-friday/forum-258911/msg-23710740/read/
$a = 0.17; $b = 1 - 0.83; echo $a-$b; // [...]: -2.7755575615629E-17
Software requirements
- MediaWiki
- Roundcube : "The most common is MySQL but others are PostgreSQL and SQLite." [1]
- NextCloud
- Baikal : "MySQL or SQLite" [2]
- SabreDAV : no DB, but mod_php: "For maximum compatibility, apache 2 with mod_php is recommended. This is especially true if you plan to a file server. Card- and CalDAV servers run fine through FastCGI as well."
- Agendav : "Most popular database backends are supported, such as MySQL, PostgreSQL or SQLite." [3]