-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 7 support #34
Comments
Hi, on version 7 everything works because the vmware_soap_session Cookie is not thrown at one moment. ` function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
@sermoshkin You are my saviour :-D It works for me and it is compatible with VCenter 6 too. I just changed
To
To avoid warning |
Incase anyone is scratching their heads trying to figure out why none of these help with version 7 support... Upgrade your PHP version. We just deployed the system that uses this library into docker swarm, and went from php 5.4 to 7.4 as part of that. and with no code changes, we now can use vcenter 7! Was a nice surprise, as digging in to find out exactly why we couldn't talk to our v7 vCenters, and fixing it, was my job for next week :D |
I didn't check on php 7.4) at least there are two ways to solve: changing the code from the comments above or trying to update the php version 🙂 |
any news about support for version 7?
The text was updated successfully, but these errors were encountered: