mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 17:33:05 +00:00
Silence PHP warnings in phpmemcached and opcache GUIs
This commit is contained in:
parent
9367c9540a
commit
039ffacaf7
@ -13,6 +13,7 @@
|
||||
* @license MIT, http://acollington.mit-license.org/
|
||||
*/
|
||||
|
||||
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
|
||||
|
||||
/*
|
||||
* User configuration
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE);
|
||||
return array (
|
||||
'stats_api' => 'Server',
|
||||
'slabs_api' => 'Server',
|
||||
|
@ -9,8 +9,10 @@ major versions.
|
||||
|
||||
## Release v1.8.1 (2020-11-12)
|
||||
|
||||
#### Added
|
||||
#### Fixed
|
||||
- Silence PHP warnings in phpmemcached and opcache GUIs
|
||||
|
||||
#### Added
|
||||
- Added `check-config.sh` script to check against correct Devilbox configuration
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user