Commit 0dc7efb
André R
[2019.03] Some fixes for MySQL8 and PHP7.3 (#1430)
* [Mysql8] Add support to login when using Mysql8
Removes mysql PASSWORD usage away from the initial always used sql for looking for mathcing users.
The deprecated Mysql password hash type will still work, just less efficient.
But as PASSWORD() sql function is removed in Mysql8 it won't work there.
* [PHP73] Silence notices on compact usage in compiled templates
* Add note on PASSWORD_HASH_MYSQL saying it won't work on MySQL 8.0
* Update ezuser.php1 parent 2493420 commit 0dc7efb
File tree
3 files changed
+14
-30
lines changed- kernel/classes/datatypes/ezuser
- lib/eztemplate/classes
3 files changed
+14
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
855 | 856 | | |
856 | 857 | | |
857 | 858 | | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
883 | 866 | | |
884 | 867 | | |
885 | 868 | | |
| |||
895 | 878 | | |
896 | 879 | | |
897 | 880 | | |
| 881 | + | |
898 | 882 | | |
899 | 883 | | |
900 | 884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments