Re: [libvirt] [libvirt-php PATCH 09/35] adapt add_assoc_string_ex

2016-04-12 Thread Neal Gompa
On Tue, Apr 12, 2016 at 11:13 AM, Michal Privoznik wrote: > > I'm afraid, this will not fly. While preprocessing this code, my > compiler tries to expand RETURN_STRING() macro first (with VIRT_COPY_OPT > still not expanded). Therefore it finds an argument missing and produces

Re: [libvirt] [libvirt-php PATCH 09/35] adapt add_assoc_string_ex

2016-04-12 Thread Michal Privoznik
On 09.04.2016 00:08, Neal Gompa wrote: > From: Remi Collet > > --- > src/libvirt-php.c | 299 > ++ > 1 file changed, 99 insertions(+), 200 deletions(-) > > diff --git a/src/libvirt-php.c b/src/libvirt-php.c > index

[libvirt] [libvirt-php PATCH 09/35] adapt add_assoc_string_ex

2016-04-08 Thread Neal Gompa
From: Remi Collet --- src/libvirt-php.c | 299 ++ 1 file changed, 99 insertions(+), 200 deletions(-) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index d37fd6f..0459bb9 100644 --- a/src/libvirt-php.c +++