1
0
Fork 0

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

pull/201/head
Mark Sonnabaum 2012-01-11 21:03:11 -06:00
parent 91a4e5209a
commit 045ae0e5ce
1 changed files with 1 additions and 1 deletions

View File

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