Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  Skip parse_ini_file_variation6.phpt on Windows
  • Loading branch information
cmb69 committed Dec 6, 2024
2 parents d09cc33 + 141ee86 commit a7aba35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/standard/tests/file/parse_ini_file_variation6.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Test parse_ini_file() function : variation - various absolute and relative paths
--CREDITS--
Dave Kelsey <[email protected]>
--SKIPIF--
<?php
if(substr(PHP_OS, 0, 3) == "WIN") die("skip Only run on Windows");
?>
--FILE--
<?php
echo "*** Testing parse_ini_file() : variation ***\n";
Expand Down

0 comments on commit a7aba35

Please sign in to comment.