Skip to content

Commit

Permalink
Merge branch '7.5' into 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 10, 2019
2 parents 1b45676 + 6aab040 commit 9cc006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/PHP/eval-stdin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* file that was distributed with this source code.
*/
if (\PHP_SAPI !== 'cli' && \PHP_SAPI !== 'phpdbg') {
exit;
exit(1);
}

eval('?>' . \file_get_contents('php://stdin'));

0 comments on commit 9cc006c

Please sign in to comment.