diff options
| author | Remi Collet <remi@remirepo.net> | 2025-07-15 07:42:56 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-07-15 07:42:56 +0200 | 
| commit | 06cda7fed1dadae68fc25307f4374f8eaca000c3 (patch) | |
| tree | 89566de8e44efc945a6ce05a3ec6a35db4fdaef8 /REFLECTION | |
| parent | b30cf5ff6e638fb5afd42c4c621036aeec49ba08 (diff) | |
update to 0.5.0
re-license spec file to CECILL-2.1
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 9 | 
1 files changed, 5 insertions, 4 deletions
| @@ -1,13 +1,14 @@ -Extension [ <persistent> extension #84 lz4 version 0.4.4 ] { +Extension [ <persistent> extension #92 lz4 version 0.5.0 ] {    - Dependencies {      Dependency [ apcu (Optional) ]    } -  - Constants [3] { -    Constant [ int LZ4_CLEVEL_MIN ] { 3 } +  - Constants [4] { +    Constant [ int LZ4_CLEVEL_MIN ] { 2 }      Constant [ int LZ4_CLEVEL_MAX ] { 12 } -    Constant [ int LZ4_VERSION ] { 10904 } +    Constant [ int LZ4_VERSION_NUMBER ] { 11000 } +    Constant [ string LZ4_VERSION_TEXT ] { 1.10.0 }    }    - Functions { | 
