Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix passing null to parameter of type string (php#12014)
This fixes builds without cgi or phpdbg: ./configure --disable-cgi --disable-phpdbg make ./sapi/cli/php run-tests.php Otherwise, deprecation warnings (since PHP-8.1) are emitted: Deprecated: escapeshellarg(): Passing null to parameter #1 ($arg) of type string is deprecated in run-tests.php...
- Loading branch information