Closed slaff closed 9 years ago
One use-case from Amir Friedman:
"- it's not possible to have directives values containing the "&" character (I couldn't find a way to escape the character). For instance, it's not possible to use this command : php zs-client.phar configurationStoreDirectives --directives="error_reporting=E_ALL & ~E_NOTICE" "
Even with
--directives='error_reporting=E_ALL & ~E_NOTICE'
--directives="error_reporting=E_ALL \& ~E_NOTICE"
?
Instead of "x=1&z=test" to use something like "x=1 y=test".