Reworking, simplifying, and speeding up cache implementation.

Fixing the infelicity where you couldn't have '|' and ':' inside
quoted modifier arguments.
This commit is contained in:
andrey
2001-01-31 22:42:05 +00:00
parent 95879edfa5
commit e66a4ac648
12 changed files with 321 additions and 294 deletions

View File

@@ -5,7 +5,7 @@ require_once "PEAR.php";
/**
* Config_File class.
*
* @version 1.2.2
* @version 1.2.3
* @author Andrei Zmievski <andrei@ispi.net>
* @access public
*