diff options
| author | Remi Collet <remi@remirepo.net> | 2025-04-22 08:36:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-04-22 08:36:35 +0200 | 
| commit | 586e2c0a48114373bf4174295d54c634e7911e16 (patch) | |
| tree | 4b9c8a4c7322a8629bb067abbb9ab9029c6b8562 /REFLECTION | |
| parent | 46a9449599ec7f474188f7335e9ebe7a0d28ff14 (diff) | |
update to 0.16.0
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 40 | 
1 files changed, 39 insertions, 1 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #68 brotli version 0.15.2 ] { +Extension [ <persistent> extension #71 brotli version 0.16.0 ] {    - Dependencies {      Dependency [ apcu (Optional) ] @@ -113,5 +113,43 @@ Extension [ <persistent> extension #68 brotli version 0.15.2 ] {        }      }    } + +  - Classes [2] { +    Class [ <internal:brotli> final class Brotli\Compress\Context ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } + +    Class [ <internal:brotli> final class Brotli\UnCompress\Context ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } +  }  } | 
