Kaynağa Gözat

Added "-d detect_unicode=0" to the php shebang to work around https://bugs.php.net/bug.php?id=36711.

Mark Sonnabaum 13 yıl önce
ebeveyn
işleme
045ae0e5ce
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Composer/Compiler.php

+ 1 - 1
src/Composer/Compiler.php

@@ -110,7 +110,7 @@ class Compiler
     private function getStub()
     {
         return <<<'EOF'
-#!/usr/bin/env php
+#!/usr/bin/env php -d detect_unicode=0
 <?php
 /*
  * This file is part of Composer.