[libvirt] [libvirt-php PATCH 1/1] $(LIBS) must be at the end in the linker line

2013-02-04 Thread stefan . kuhn
--- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 18b868b..3f2de38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ build: $(CC) $(CFLAGS) -Wall -fpic -DCOMPILE_DL_LIBVIRT=1 $(PHPINC) -c -o l

[libvirt] [libvirt-php PATCH 0/1] $(LIBS) must be at the end in the linker line

2013-02-04 Thread stefan . kuhn
://stackoverflow.com/questions/8140494/why-am-i-getting-a-gcc-undefined-reference-error-trying-to-create-shared-objec Stefan Kuhn (1): $(LIBS) must be at the end in the linker line src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.12.4 -- libvir-list mailing list libvir-list

[libvirt] [libvirt-php PATCH 0/1] Fix: mutlithreading compilation: set_error needs 2 params

2013-02-01 Thread stefan . kuhn
6 but some calls to "set_error" still lacked the 2nd param "TSRMLS_CC", especially in the "PHP_FUNCTION(libvirt_domain_migrate)". = Patch = Add 2nd param "TSRMLS_CC" to all calls of "set_error" where only 1 param was supplied. Stefan Kuhn (1): Fix: mu

[libvirt] [libvirt-php PATCH 1/1] Fix: mutlithreading compilation: set_error needs 2 params

2013-02-01 Thread stefan . kuhn
--- src/libvirt-php.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index 7e7710c..0b8345a 100644 --- a/src/libvirt-php.c +++ b/src/libvirt-php.c @@ -1615,7 +1615,7 @@ PHP_FUNCTION(libvirt_node_get_cpu_stats) #else PHP_FUNC

[libvirt] [libvirt-php PATCH 0/1] use LDFLAGS for libvirt-php.so

2013-01-31 Thread stefan . kuhn
ck it. Thank you very much for the quick responses and for adding me to the authors! :-) Stefan Stefan Kuhn (1): src/Makefile.am: use LDFLAGS for libvirt-php.so src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.12.4 -- libvir-list mailing list libvir-list@redha

[libvirt] [libvirt-php PATCH 1/1] src/Makefile.am: use LDFLAGS for libvirt-php.so

2013-01-31 Thread stefan . kuhn
--- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0d08448..18b868b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ build: $(CC) $(CFLAGS) -Wall -fpic -DCOMPILE_DL_LIBVIRT=1 $(PHPINC) -c -o l

[libvirt] [libvirt-php PATCH 0/1] docs/distros.html.in: fix html validity

2013-01-31 Thread stefan . kuhn
The error is: ### distros.html.tmp:96: element table: validity error : No declaration for attribute align of element table ^ make[2]: *** [distros.html] Error 1 ### Stefan Kuhn (1): docs/distros.html.in: fix html validity error docs

[libvirt] [libvirt-php PATCH 1/1] docs/distros.html.in: fix html validity error

2013-01-31 Thread stefan . kuhn
--- docs/distros.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/distros.html.in b/docs/distros.html.in index f929d94..c883fa3 100644 --- a/docs/distros.html.in +++ b/docs/distros.html.in @@ -4,8 +4,8 @@ There are several distributions that support

[libvirt] [libvirt-php] Build failure with v0.4.7 due to malformatted html

2013-01-31 Thread Stefan Kuhn
he list in here: - - + + Distribution Installer command Link ### Thanks - Regards Stefan Kuhn On Tue, 2013-01-29 at 15:24 +0100, Michal Novotny wrote: > Thanks for the patches! They's working fine and they're looking good so > I've applied it, also, I'v

[libvirt] [libvirt-php PATCH 2/2] Document new funct. libvirt_domain_migrate_to_uri2

2013-01-29 Thread stefan . kuhn
--- .../functions/libvirt-domain-get-job-info.xml | 1 + .../functions/libvirt-domain-migrate-to-uri.xml| 5 +- .../functions/libvirt-domain-migrate-to-uri2.xml | 134 + .../libvirt/functions/libvirt-domain-migrate.xml | 3 +- doc/source/libvirt/versions.xml

[libvirt] [libvirt-php PATCH 1/2] Implement libvirt_domain_migrate_to_uri2 for virDomainMigrateToURI2

2013-01-29 Thread stefan . kuhn
--- src/libvirt-php.c | 53 + src/libvirt-php.h | 1 + 2 files changed, 54 insertions(+) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index 19c97e8..b795667 100644 --- a/src/libvirt-php.c +++ b/src/libvirt-php.c @@ -111,6 +111,7 @@ static

[libvirt] [libvirt-php PATCH 0/2] *** Add libvirt_domain_migrate_to_uri2() for virDomainMigrateToURI2() ***

2013-01-29 Thread stefan . kuhn
*** Please add new function libvirt_domain_migrate_to_uri2 for libirts virDomainMigrateToURI2(). *** Stefan Kuhn (2): Implement libvirt_domain_migrate_to_uri2 for virDomainMigrateToURI2 Document new funct. libvirt_domain_migrate_to_uri2 .../functions/libvirt-domain-get-job-info.xml