Skip to content

Commit 5d8a392

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix Windows test for openssl-3.5 upgrade (php#19384)
2 parents 0a2717e + 0e17dcf commit 5d8a392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/check_default_conf_path.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ob_end_clean();
2121
preg_match(",Openssl default config [^ ]* (.*),", $info, $m);
2222

2323
if (isset($m[1])) {
24-
var_dump(str_replace('/', '\\', strtolower($m[1])));
24+
var_dump(str_replace('\\/', '\\', strtolower($m[1])));
2525
} else {
2626
echo $info;
2727
}

0 commit comments

Comments
 (0)