User tests: Successful: Unsuccessful:
Alternative for #19837
Do not check if the database supports full Unicode characters.
On php >= 7.0 and mysql >= 5.5.3 we should be safe to save utf8mb4.
The same for PostgreSQL and SQLite3.
Code review
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Yes, I will check it.
I installed Joomla with your last merge (and without) and I have not seen any problem related to my patch.
I saw in /instalation/error_log only this:
[10-Sep-2018 09:48:21 Europe/Berlin] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/.../components/com_mailto/mailto.xml" in /home/.../libraries/src/Installer/Installer.php on line 2032
[10-Sep-2018 09:48:21 Europe/Berlin] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/.../components/com_wrapper/wrapper.xml" in /home/.../libraries/src/Installer/Installer.php on line 2032
I tested on php 7.1 and mysql 5.7.23 (mysqli, pdomysql)
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-18 08:38:12 |
Closed_By | ⇒ | laoneo |
Thanks
Drone is crashing. Can you check if installation is still working with your patch?