zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

configurationStoreDirectives does not set the session handler #33

Closed slaff closed 10 years ago

slaff commented 10 years ago

I am trying to set up a ZS cluster using vagrant and docker.

As part of the procedure, I run "zs-client.phar configurationStoreDirectives --directives='session.save_handler=cluster’ …”, but it seems not work.

The command return value is 0, the output is the following:

configurationStoreDirectives ^M

The ZS UI and also SSHing in the box and look at php.ini show the directives has not been changed.