New registry engine system, more cache configs, auto legacy cache for PHP 5, bugfix encrypt library to web friendly format, now minimum PHP version is 5.4.20.

v1.5 1.4.0
Bruno O. Notario 5 years ago
parent 284042a3e9
commit a460d1f81f
  1. 15
      README.md
  2. 2
      composer.json
  3. 119
      system/caches/autoload.php
  4. 6
      system/caches/caches.php
  5. 109
      system/caches/phpfastcache.php
  6. 2
      system/engine/VERSION
  7. 2
      system/engine/autoload.php
  8. 3
      system/engine/caches.php
  9. 211
      system/library/encryption.php
  10. 349
      system/system.php

File diff suppressed because one or more lines are too long

@ -3,6 +3,6 @@
"vendor-dir": "./system/vendor/"
},
"require": {
"php": ">=5.3.0"
"php": ">=5.4.20"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -10,4 +10,4 @@ require_once(__DIR__ . '/registry.php');
require_once(__DIR__ . '/document.php');
require_once(__DIR__ . '/response.php');
require_once(__DIR__ . '/classes.php');
require_once(__DIR__ . '/caches.php');
//require_once(__DIR__ . '/caches.php');

@ -1,3 +0,0 @@
<?php
require_once DIR_SYSTEM."caches/autoload.php";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save