---
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
://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
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
---
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
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
---
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
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
---
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
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
---
.../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
---
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
*** 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
12 matches
Mail list logo