Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > f31dc99d1fcbc14f21aac707a6e28fcd > files > 5

php-libvirt-0.4.1-2.mga1.i586.rpm

 Libvirt PHP binding README
 ==========================

Libvirt-php is basically just PHP binding for libvirt virtualization toolkit.
For more information about libvirt please refer to: http://libvirt.org
The project site for php-libvirt is http://libvirt.org/php and
the documentation can be found in the doc and/or docs subdirectory of
this repository.

Implementation details
----------------------

Libvirt bindings for PHP is essentially a module to be loaded to your PHP
configuration as a standard PHP extension/module.
You need to define it to be loaded in /etc/php.ini and/or for newer PHP to
/etc/php.d/*

Terminology
-----------

This app should be referred to as libvirt binding for PHP. This project is
not related to the PHP project itself in any way.

Pre-requisite software
----------------------

Where versions are noted below these are the versions tested to definitely
work. For some of them you may be able to run with earlier releases, so
please report any success to the mailing lists

 libvirt
 libxml2

References
----------

If you want to contribute but you don't know where to find PHP API function
documentation you can either download PHP source codes and investigate or
you could try to have a look at:

http://skydiamond.110mb.com/doc/php/x199598.html

The site is having PHP API functions documented although the title says
it's work in progress.

Copyright /  License
--------------------

All the application code is covered under the LGPLv2+ licence. For more
information please see the LICENSE file available in the doc package.