mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
44a35c9219
shell_exec() can return null both when an error occurs or the program produces no output, or return false when popen failed, and treating null/false as an empty string has no effect on the behavior of phar here.