1
0
Fork 0

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

This reverts commit 045ae0e5ce.
pull/223/merge
Jordi Boggiano 2012-01-22 21:42:50 +01:00
parent a6ce43817e
commit 565e084769
1 changed files with 1 additions and 1 deletions

View File

@ -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.