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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,10 @@ 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.240801 (latest)
42
+
### changes in phpMiniAdmin 1.9.251125 (latest)
43
+
- reverted back from str_starts_with to strpos to support PHP 7
44
+
45
+
### changes in phpMiniAdmin 1.9.240801
43
46
- fixed one php short open tag
44
47
45
48
### changes in phpMiniAdmin 1.9.240727
@@ -54,10 +57,4 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
54
57
-`$ACCESS_PWD` now is enforced except for local usage
55
58
- added by default "SET GLOBAL local_infile=0" to prevent unwanted use of `LOAD DATA LOCAL INFILE`. Controlled by `$IS_LOCAL_INFILE` on the beginning of the script.
56
59
57
-
### changes in phpMiniAdmin 1.9.210705
58
-
- removed use of function `get_magic_quotes_gpc` deprecated since PHP 7.4.0
59
-
- utf8mb4 is now default charset
60
-
- tested in PHP 8, cleaned up several PHP Warnings
0 commit comments