Skip to content

Commit 60c0c4a

Browse files
committed
changelog: enabled use of PDO by default if available with fallback to mysqli
1 parent 90bbc6f commit 60c0c4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ In the directory samples you'll find phpminiconfig.php for known OpenSource pack
4343
## Change Log
4444

4545
### changes in phpMiniAdmin 1.9.251125 (latest)
46+
- enabled use of PDO by default if available with fallback to mysqli
4647
- reverted back from str_starts_with to strpos to support PHP 7
4748
- fix if does not have permission to run SHOW DATABASES
4849
- moved work with session under $_SESSION['phpMiniAdmin'], so it does not conflict with other applications sessions

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### changes in phpMiniAdmin 1.9.251125 (latest)
2+
- enabled use of PDO by default if available with fallback to mysqli
23
- reverted back from str_starts_with to strpos to support PHP 7
34
- fix if does not have permission to run SHOW DATABASES
45
- moved work with session under $_SESSION['phpMiniAdmin'], so it does not conflict with other applications sessions

0 commit comments

Comments
 (0)