File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22
33 class PHPGlances{
4- const VERSION = '0.1 ' ;
4+ const VERSION = '0.2 ' ;
55
66 private $ _url ;
77 private $ _port = 80 ;
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ Changelog
4545** Version 0.1**
4646 - Initial Release
4747
48- ** Version 0.2** __ (current) __
48+ ** Version 0.2**
4949 - ADDED pingServer() which return a boolean to check if Glances server is available
5050 - ADDED Replacement for functions used in Curl / JSON / SimpleXML / XmlRPC (Issue [ #3 ] ( https://github.com/Progi1984/PHPGlances/issues/3 ) )
5151 - ADDED getError() which return a string with the intercepted error when a function (like listMethods()) return false
52- - ADDED setCacheStatus() which permits to disable and enable the cache & getCacheStatus() which permits to get the status (true or false) of the cache
52+ - ADDED setCacheStatus() which permits to disable and enable the cache & getCacheStatus() which permits to get the status (true or false) of the cache
53+
54+ ** Version 0.3** __ current__
You can’t perform that action at this time.
0 commit comments