We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc9a8c commit 0fdaf71Copy full SHA for 0fdaf71
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- Fix config page error on display
13
- Fix `password` value not saved
14
+- Drop `mssql_connect` prerequisites
15
16
## [2.5.0] - 2025-10-01
17
inc/sccm.class.php
@@ -43,12 +43,6 @@ public function __construct()
43
);
44
}
45
46
- if (!function_exists('mssql_connect')) {
47
- throw new BadRequestHttpException(
48
- __s('MSSQL extension (PHP) is required... !!', 'sccm'),
49
- );
50
- }
51
-
52
if (!function_exists('sqlsrv_connect')) {
53
throw new BadRequestHttpException(
54
__s('SQLSRV extension (PHP) is required... !!', 'sccm'),
0 commit comments