[libvirt] [libvirt-php][PATCH] screenshot of remote host is available

2011-06-01 Thread warp . kawada
screenshot of remote host is available. get_domain_object make so many error to message log, so you had better not use . diff --git a/examples/libvirt.php b/examples/libvirt.php index 1ca71b6..bf903f6 100644 --- a/examples/libvirt.php +++ b/examples/libvirt.php @@ -29,9 +29,9 @@ } function do

Re: [libvirt] [libvirt-php][PATCH] Fix virConnectClose failed issue on list_domains

2011-03-30 Thread warp kawada
sorry. fixed a little. Regards, Yukihiro Kawada diff --git a/examples/libvirt.php b/examples/libvirt.php index 10e7e38..8a54acd 100644 --- a/examples/libvirt.php +++ b/examples/libvirt.php @@ -22,7 +22,7 @@ } function get_hostname() { - re

[libvirt] [libvirt-php][PATCH] Fix virConnectClose failed issue on list_domains

2011-03-30 Thread warp . kawada
This patch for libvirt-php Pre-4.2 version. I checked with libvirt 0.8.8 version. I fixed irConnectClose failed issue on list_domains. And web example codes updated for 0.8.8 API. This issue is: $domains = libvirt_list_domains($conn); PHP Warning: main(): virConnectClose failed with 1 on destruc