浏览代码

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

This reverts commit 045ae0e5ce5441b18bfca521b6e9da3b6b61a7e3.
Jordi Boggiano 13 年之前
父节点
当前提交
565e084769
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 -d detect_unicode=0
+#!/usr/bin/env php
 <?php
 /*
  * This file is part of Composer.