mirror of
https://github.com/php/pecl-virtualization-libvirt.git
synced 2026-04-28 01:03:10 +02:00
90b1a5b145
This patch is adding the website sources to the "docs" subdirectory and also it moves source to "src" subdirectory. Michal Signed-of-by: Michal Novotny <minovotn@redhat.com>
19 lines
580 B
XML
19 lines
580 B
XML
<?xml version="1.0"?>
|
|
<html>
|
|
<body>
|
|
<h1>Roadmap for libvirt-php</h1>
|
|
|
|
<p>
|
|
This is the intended roadmap of libvirt-php project for the worth implementing features and/or bug fixes:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>Write a Windows port to enable management from Windows-based servers</li>
|
|
<li>Implement traversal lookup for connection objects (e.g. to limit number of connection from PHP and free objects)</li>
|
|
<li>Write more examples to the website</li>
|
|
<li>Add support for managing snapshots and new libvirt features</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|