[libvirt] [libvirt-php][PATCH 00/10] Couple of PHP fixes

Michal Privoznik mprivozn at redhat.com
Wed Jun 10 09:23:24 UTC 2015


On 05.05.2015 11:59, Michal Privoznik wrote:
> Even though this project is not actively developed, it does not
> mean we can't make some things better in it. After this patchset,
> distcheck works, targets are not built everytime, only when
> necessary, and so on.
> 
> Michal Privoznik (10):
>   Update .gitignore
>   Update autotools generated files
>   get_next_free_numeric_value: Use correct format for sscanf()
>   tools: Cleanup Makefile
>   configure.ac: Check for libtool
>   src: Clean up Makefile
>   tests: Clean up Makefile.am
>   tests: Update qemu path
>   tests: run under distcheck
>   Install libvirt-php.ini more wisely
> 
>  .gitignore                                   |  28 ++
>  INSTALL                                      |   8 +-
>  Makefile.am                                  |   4 +-
>  configure.ac                                 |   8 +-
>  install-sh                                   |  14 +-
>  missing                                      | 412 ++++++++++-----------------
>  src/Makefile.am                              |  64 +++--
>  src/libvirt-php.c                            |   2 +-
>  tests/Makefile.am                            |  37 ++-
>  tests/data/example-qcow2-disk.xml            |   2 +-
>  tests/{functions.phpt => functions.phpt.in}  |   4 +-
>  tests/php.ini                                |   2 +-
>  tests/runtests.sh                            |   4 +-
>  tests/test-domain-create-and-coredump.phpt   |   3 +-
>  tests/test-domain-create-and-get-xpath.phpt  |   3 +-
>  tests/test-domain-create-get-metadata.phpt   |   3 +-
>  tests/test-domain-create.phpt                |   3 +-
>  tests/test-domain-define-create-destroy.phpt |   3 +-
>  tests/test-domain-define-undefine.phpt       |   3 +-
>  tests/test-domain-snapshot.phpt              |   3 +-
>  tools/Makefile.am                            |  29 +-
>  21 files changed, 309 insertions(+), 330 deletions(-)
>  rename tests/{functions.phpt => functions.phpt.in} (91%)
> 

Ping? No php knowledge is required to review these patches. They are
merely Makefile and configure.ac cleanups.

Michal




More information about the libvir-list mailing list