summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-06 13:43:27 +0100
committerRemi Collet <remi@remirepo.net>2020-01-06 13:43:27 +0100
commitb0282f18fb5d94fcaf46cab96f4590398a7d4c51 (patch)
treec1302abd76193a4e83ac2f0a84498337421c2e03
parentfb561a6209399a71ddce554751921223f5c99ddb (diff)
refresh reflection
-rw-r--r--REFLECTION8
1 files changed, 4 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index b25aebb..99446ff 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }
}