Release with php 7 compatibility
05-27-2017, 07:28 AM
(This post was last modified: 05-27-2017, 09:43 AM by Eulogy.)
Hi All!
Like you know i'm working on a new sentora installator with php 7 compatibility.
I'm not talking about support yet because is a Pre-Alpha release at this time.
I will probably do some overall tests during the next few days and request a master pull.
This the link for download the new installator
https://raw.githubusercontent.com/Eulogy...install.sh
What is new :
Installation support for
Fedora 24
Fedora 25
Ubuntu 16.04
compatible with php 7, the lastest mysql release and suhosin7 for php7
Apps upgrade
phpMyAdmin 4.0.10 to 4.7 (last stable)
Roundcube 1.0.4 to 1.2.x
phpsysinfo 3.2.4 to 2.3.7 (last stable)
All new apps are compatible with php 7.
Major bugs for the update...
The biggest bugs are about Ubuntu 16.04.
- The MySQL 5.7 don't allow the user root to connect through the php dpo. That cause the issues about "can't connect to the sentora_core database" on the promt logging.
- A other Bug also with the MySQL 5.7 from Ubuntu. He add the sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'. These sql_mode are incompatible with the sentora sql creation query, probably because some dates are empty or something like that.
I did partial patch about the last one til we rebuilt the sql query database creation.
If you try it and you have any issues, please post it on the thread. I gonna try to solve your problem soon as possible.
Thank you!
Eulogy
Like you know i'm working on a new sentora installator with php 7 compatibility.
I'm not talking about support yet because is a Pre-Alpha release at this time.
I will probably do some overall tests during the next few days and request a master pull.
This the link for download the new installator
https://raw.githubusercontent.com/Eulogy...install.sh
What is new :
Installation support for
Fedora 24
Fedora 25
Ubuntu 16.04
compatible with php 7, the lastest mysql release and suhosin7 for php7
Apps upgrade
phpMyAdmin 4.0.10 to 4.7 (last stable)
Roundcube 1.0.4 to 1.2.x
phpsysinfo 3.2.4 to 2.3.7 (last stable)
All new apps are compatible with php 7.
Major bugs for the update...
The biggest bugs are about Ubuntu 16.04.
- The MySQL 5.7 don't allow the user root to connect through the php dpo. That cause the issues about "can't connect to the sentora_core database" on the promt logging.
- A other Bug also with the MySQL 5.7 from Ubuntu. He add the sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'. These sql_mode are incompatible with the sentora sql creation query, probably because some dates are empty or something like that.
I did partial patch about the last one til we rebuilt the sql query database creation.
If you try it and you have any issues, please post it on the thread. I gonna try to solve your problem soon as possible.
Thank you!
Eulogy