You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some version of Zend Server, the API client (zs-client.phar) was not provided with Zend Server itself. Therefore, this module pushed a version of this file. However, this file is now provided but Zend Server and updated if needed. Also, current Zend Server versions provide zs-client.sh, which is a shell that know which .phar to use depending the situation It would be a good thing to:
Push the file for versions that do not provide it
Don't push the file for version that do provide it
Make sure it is as simple as possible. I think that would mean to push zs-client.sh everywhere so that the same command would be used for all versions
The text was updated successfully, but these errors were encountered:
Zend Server 7 has no .phar and no zs-client.sh. Zend Server 8.5 and 9.x do have both. I think that pushing both zs-clients for ZS7 and do nothing otherwise would be a good solution. Then we would simply always call the zs-client.sh because the zs-client.phar is in different locations.
#40, commit 01d7760, make the command be zs-client.sh on Zend Server versions that have it. It looks like this module doesn't overwrite the zs-client.phar file so it is not the end of the world if we push that file anyway.
On some version of Zend Server, the API client (zs-client.phar) was not provided with Zend Server itself. Therefore, this module pushed a version of this file. However, this file is now provided but Zend Server and updated if needed. Also, current Zend Server versions provide zs-client.sh, which is a shell that know which .phar to use depending the situation It would be a good thing to:
The text was updated successfully, but these errors were encountered: