You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,15 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
39
39
40
40
## Change Log
41
41
42
-
### changes in phpMiniAdmin 1.9.200928 (latest)
42
+
### changes in phpMiniAdmin 1.9.210705 (latest)
43
+
- removed use of function `get_magic_quotes_gpc` deprecated since PHP 7.4.0
44
+
- utf8mb4 is now default charset
45
+
- tested in PHP 8, cleaned up several PHP Warnings
46
+
47
+
### changes in phpMiniAdmin 1.9.210129
48
+
- limited max packet size during export to aviod PHP memory exhausted errors on huge tables
49
+
50
+
### changes in phpMiniAdmin 1.9.200928
43
51
- added ability to setup SSL connection (define at least "ssl_ca" in `$DBDEF`)
44
52
45
53
### changes in phpMiniAdmin 1.9.190822
@@ -50,11 +58,5 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
50
58
- db NULLs now displayed in italic to distinguish from "NULL" text
51
59
- misc formatting adjustments
52
60
53
-
### changes in phpMiniAdmin 1.9.170203
54
-
- added "compact view" option. If checked - width/height of grid cells limited, so you can see more rows/columns in case your data is large. And in this mode you can double-click on cells to "expand" just that particular cell.
55
-
56
-
### changes in phpMiniAdmin 1.9.170117
57
-
- greatly optimized memory usage for large result sets (especially in export)
0 commit comments