Skip to content

Commit c66b16a

Browse files
Merge v1.x into v2.x (#1671)
2 parents 2ef5ed4 + 637ea48 commit c66b16a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

phongo_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* publishing a release. */
2323

2424
/* clang-format off */
25-
#define PHP_MONGODB_VERSION "1.20.0dev"
25+
#define PHP_MONGODB_VERSION "1.21.0dev"
2626
#define PHP_MONGODB_STABILITY "devel"
27-
#define PHP_MONGODB_VERSION_DESC 1,20,0,0
27+
#define PHP_MONGODB_VERSION_DESC 1,21,0,0
2828
/* clang-format on */
2929

3030
#endif /* PHONGO_VERSION_H */

tests/utils/tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ function severityToString(int $severity): string {
602602
'E_USER_ERROR' => E_USER_ERROR,
603603
'E_USER_WARNING' => E_USER_WARNING,
604604
'E_USER_NOTICE' => E_USER_NOTICE,
605-
'E_STRICT' => E_STRICT,
605+
'E_STRICT' => 2048, // E_STRICT was deprecated in PHP 8.4
606606
'E_RECOVERABLE_ERROR' => E_RECOVERABLE_ERROR,
607607
'E_DEPRECATED' => E_DEPRECATED,
608608
'E_USER_DEPRECATED' => E_USER_DEPRECATED,

0 commit comments

Comments
 (0)