Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 380 Bytes

Prajna

Early stage of a Xen XAPI client in PHP

see examples in:

examples/*

NOTE:

Try the example first, but if failed:

There's a bug in: vendor/zendframework/zendframework/library/Zend/Http/Header/Connection.php

Around line 42 FROM: list($name, $value) = explode(': ', $headerLine, 2); TO: list($name, $value) = explode(':', $headerLine, 2);