forked from KnightSwarm/libvirt-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement debug support using libvirt_logfile_set() API function
This is a very useful patch to implement the debug logging for libvirt-php module. The debug logging can be turned on using the libvirt_logfile_set() API function that accepts both filename and maximum log file size in KiB. Debug support have to be compiled into the module which is enabled by in this version with default set to logging disabled. Also, version number in the PHPInfo() has been changed from 0.4.1 to 0.4.2. Signed-off-by: Michal Novotny <minovotn@redhat.com>
- Loading branch information
Michal Novotny
committed
Jun 20, 2011
1 parent
9f1207b
commit 31bca38
Showing
6 changed files
with
741 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.