mirror of
https://github.com/php/pecl-file_formats-lzf.git
synced 2026-03-23 22:52:07 +01:00
Release 1.6.5
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Extension [ <persistent> extension #15 lzf version 1.6.4 ] {
|
||||
Extension [ <persistent> extension #15 lzf version 1.6.5 ] {
|
||||
|
||||
- Functions {
|
||||
Function [ <internal:lzf> function lzf_compress ] {
|
||||
|
||||
4
filter.c
4
filter.c
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5, 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2015 The PHP Group |
|
||||
| Copyright (c) 1997-2016 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
|
||||
4
lzf.c
4
lzf.c
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5, 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2015 The PHP Group |
|
||||
| Copyright (c) 1997-2016 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
|
||||
@@ -20,10 +20,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
<email>mg@iceni.pl</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2016-04-02</date>
|
||||
<time>15:24:00</time>
|
||||
<date>2016-04-03</date>
|
||||
<time>09:30:00</time>
|
||||
<version>
|
||||
<release>1.6.5dev</release>
|
||||
<release>1.6.5</release>
|
||||
<api>1.5.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5, 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2015 The PHP Group |
|
||||
| Copyright (c) 1997-2016 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
@@ -25,7 +25,7 @@ extern zend_module_entry lzf_module_entry;
|
||||
extern php_stream_filter_factory php_lzf_compress_filter_factory;
|
||||
extern php_stream_filter_factory php_lzf_decompress_filter_factory;
|
||||
|
||||
#define PHP_LZF_VERSION "1.6.5-dev"
|
||||
#define PHP_LZF_VERSION "1.6.5"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_LZF_API __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user