Php: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
(Created page with "Folgende Dinge sollten in absteigender Priorität nach einem PHP- oder Apache-Update getestet werden: * [https://mybabey.ch/hordewebmail/ Horde] * [https://mybabey.ch/radio/...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* [http://mybabey.ch/elch/ Elch Datenbank] | * [http://mybabey.ch/elch/ Elch Datenbank] | ||
* [http://mybabey.ch/media/ Media Datenbank] | * [http://mybabey.ch/media/ Media Datenbank] | ||
= php 7.4 = | |||
* Nachinstalliert: sqlite3, onimagu (?) | |||
* unrecognized options: --with-jpeg-dir | |||
** --with-gd wurde zu --enable-gd | |||
** --enable-zip wurde zu --with-zip | |||
* rrd funktioniert nicht (Module compiled with module API=20170718, PHP compiled with module API=20190902) | |||
** pecl uninstall rrd | |||
** pecl install rrd | |||
** /etc/php.ini -> extension für rrd anpassen |
Latest revision as of 11:01, 11 January 2020
Folgende Dinge sollten in absteigender Priorität nach einem PHP- oder Apache-Update getestet werden:
php 7.4
- Nachinstalliert: sqlite3, onimagu (?)
- unrecognized options: --with-jpeg-dir
- --with-gd wurde zu --enable-gd
- --enable-zip wurde zu --with-zip
- rrd funktioniert nicht (Module compiled with module API=20170718, PHP compiled with module API=20190902)
- pecl uninstall rrd
- pecl install rrd
- /etc/php.ini -> extension für rrd anpassen