Re: [libvirt] [libvirt-php PATCH 0/3] Fix PHP5 compatibilty issues.

2016-07-07 Thread Michal Privoznik
On 06.07.2016 23:42, Dawid Zamirski wrote: > With the patches that landed support for PHP7 some API calls were not > behaving correctly when compiled against PHP5. The most obvious case > is where connection to e.g. esx host, libvirt_connect wasn't properly > reading out credentials from Zeng HashT

[libvirt] [libvirt-php PATCH 0/3] Fix PHP5 compatibilty issues.

2016-07-06 Thread Dawid Zamirski
With the patches that landed support for PHP7 some API calls were not behaving correctly when compiled against PHP5. The most obvious case is where connection to e.g. esx host, libvirt_connect wasn't properly reading out credentials from Zeng HashTable which resulted in failure to authenticate. Thi