diff options
| author | Remi Collet <remi@remirepo.net> | 2020-01-06 13:43:27 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-01-06 13:43:27 +0100 | 
| commit | b0282f18fb5d94fcaf46cab96f4590398a7d4c51 (patch) | |
| tree | c1302abd76193a4e83ac2f0a84498337421c2e03 /REFLECTION | |
| parent | fb561a6209399a71ddce554751921223f5c99ddb (diff) | |
refresh reflection
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #172 yac version 2.0.2 ] { +Extension [ <persistent> extension #108 yac version 2.0.2 ] {    - INI {      Entry [ yac.enable <SYSTEM> ] @@ -23,9 +23,9 @@ Extension [ <persistent> extension #172 yac version 2.0.2 ] {    - Constants [5] {      Constant [ string YAC_VERSION ] { 2.0.2 } -    Constant [ integer YAC_MAX_KEY_LEN ] { 48 } -    Constant [ integer YAC_MAX_VALUE_RAW_LEN ] { 67108863 } -    Constant [ integer YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } +    Constant [ int YAC_MAX_KEY_LEN ] { 48 } +    Constant [ int YAC_MAX_VALUE_RAW_LEN ] { 67108863 } +    Constant [ int YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 }      Constant [ string YAC_SERIALIZER ] { PHP }    }  | 
