Skip to content

Commit 1765240

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Also skip check_default_conf_path.phpt on Windows & 8.2 Revert "Fix Windows test for openssl-3.5 upgrade (php#19384)"
2 parents d0dcec0 + b8ba859 commit 1765240

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)