Release 1.6.5

This commit is contained in:
Remi Collet
2016-04-03 09:41:35 +02:00
parent b321cffe1c
commit d7dcc42b8a
5 changed files with 10 additions and 10 deletions

View File

@@ -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 ] {

View File

@@ -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
View File

@@ -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 |

View File

@@ -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>

View File

@@ -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)