Sfoglia il codice sorgente

Merge pull request #507 from chrisbckr/php8-test_timezone_lc

* tests/timezones.phpt - added LC_ALL=C to prevent test failing when …
Stefan Siegl 2 anni fa
parent
commit
7515dde3b1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/timezones.phpt

+ 1 - 0
tests/timezones.phpt

@@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
 ?>
 --FILE--
 <?php
+putenv('LC_ALL=C');
 
 $v8 = new V8Js();
 try {