mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
e_file_inspector_json_phar: Smaller core image
e_file_inspector_json_phar is an extended implementation of e_file_inspector_json that encapsulates a JSON core image into a gzip-compressed phar. This results in space savings of over 60% compared to plain JSON.
This commit is contained in:
@@ -11,7 +11,7 @@ require_once("e_file_inspector.php");
|
||||
|
||||
class e_file_inspector_json extends e_file_inspector
|
||||
{
|
||||
private $coreImage;
|
||||
protected $coreImage;
|
||||
|
||||
/**
|
||||
* @param $jsonFilePath string Absolute path to the file inspector database
|
||||
@@ -72,7 +72,7 @@ class e_file_inspector_json extends e_file_inspector
|
||||
* @copyright Copyright (c) Taylor Otwell
|
||||
* @license https://github.com/illuminate/support/blob/master/LICENSE.md MIT License
|
||||
*/
|
||||
private static function array_slash($array, $prepend = '')
|
||||
protected static function array_slash($array, $prepend = '')
|
||||
{
|
||||
$results = array();
|
||||
|
||||
|
Reference in New Issue
Block a user