Skip to content

Commit 0fdaf71

Browse files
authored
Fix(Core): drop mssql_connect prerequisites (#156)
* Fix(Core): drop mssql_connect prerequisites * update CHANGELOG
1 parent dcc9a8c commit 0fdaf71

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Fix config page error on display
1313
- Fix `password` value not saved
14+
- Drop `mssql_connect` prerequisites
1415

1516
## [2.5.0] - 2025-10-01
1617

inc/sccm.class.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ public function __construct()
4343
);
4444
}
4545

46-
if (!function_exists('mssql_connect')) {
47-
throw new BadRequestHttpException(
48-
__s('MSSQL extension (PHP) is required... !!', 'sccm'),
49-
);
50-
}
51-
5246
if (!function_exists('sqlsrv_connect')) {
5347
throw new BadRequestHttpException(
5448
__s('SQLSRV extension (PHP) is required... !!', 'sccm'),

0 commit comments

Comments
 (0)