Browse Source

Merge pull request #201 from msonnabaum/master

Add detect_unicode=0 workaround to shebang
Jordi Boggiano 13 năm trước cách đây
mục cha
commit
9125f4dc90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.