php-doc-en/reference/exec/functions
Juliette 1ea4e4f576
escapeshellcmd: add warning about spaces in paths on Windows ()
It is a known issue that spaces are not escaped in shell commands, which can be especially problematic on Windows.
This adds a warning about this behaviour to the function, including a way to solve this in userland code.

Ref: https://bugs.php.net/bug.php?id=43261 (last two comments)

Also see: https://github.com/squizlabs/PHP_CodeSniffer/pull/3214

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2021-04-05 18:39:54 +02:00
..
escapeshellarg.xml Remove more changelog entries, mostly from PHP 5.4 era 2020-09-26 14:15:17 +00:00
escapeshellcmd.xml escapeshellcmd: add warning about spaces in paths on Windows () 2021-04-05 18:39:54 +02:00
exec.xml Generate some standard methodsynopses based on stubs 2020-12-26 19:26:31 +00:00
passthru.xml Remove safe_mode related information 2020-10-13 22:07:26 +00:00
proc-close.xml proc_close() automatically closes open pipes 2020-07-29 15:45:35 +00:00
proc-get-status.xml Revert revision(s) 351724 from phpdoc/en/trunk: 2020-11-28 18:05:44 +00:00
proc-nice.xml Generate some standard methodsynopses based on stubs 2020-12-26 19:26:31 +00:00
proc-open.xml Revert revision(s) 351724 from phpdoc/en/trunk: 2020-11-28 18:05:44 +00:00
proc-terminate.xml Remove more changelog entries, mostly from PHP 5.2 era 2020-09-26 13:52:31 +00:00
shell-exec.xml Revert revision 351727 from phpdoc/en/trunk: 2020-11-28 17:58:32 +00:00
system.xml Generate some standard methodsynopses based on stubs 2020-12-26 19:26:31 +00:00