diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-21 07:21:39 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-21 07:21:39 +0100 |
commit | 7bd8235f68a5258bbe078514a3fd3fcd4881d795 (patch) | |
tree | 166ea38bb3b4373f224a3c54bcf3cce3fcc816d6 | |
parent | 2f5dc746811d449d4dc489c1abfa2c1f2f1becf2 (diff) |
update to 1.0.2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 10 | ||||
-rw-r--r-- | php-smbclient.spec | 5 |
3 files changed, 14 insertions, 3 deletions
@@ -2,5 +2,5 @@ smbclient smbclient Support => enabled -smbclient extension Version => 1.0.1 +smbclient extension Version => 1.0.2 libsmbclient library Version => 4.13.3 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #118 smbclient version 1.0.1 ] { +Extension [ <persistent> extension #119 smbclient version 1.0.2 ] { - Constants [30] { Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 } @@ -85,6 +85,14 @@ Extension [ <persistent> extension #118 smbclient version 1.0.1 ] { Parameter #2 [ <required> $value ] } } + Function [ <internal:smbclient> function smbclient_client_protocols ] { + + - Parameters [3] { + Parameter #0 [ <required> $state ] + Parameter #1 [ <required> $minproto ] + Parameter #2 [ <required> $maxproto ] + } + } Function [ <internal:smbclient> function smbclient_opendir ] { - Parameters [2] { diff --git a/php-smbclient.spec b/php-smbclient.spec index c50c817..38f00ad 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -35,7 +35,7 @@ %global with_tests 0%{?_with_tests:1} Name: %{?sub_prefix}php-smbclient -Version: 1.0.1 +Version: 1.0.2 %if 0%{?gh_date} Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -244,6 +244,9 @@ fi %changelog +* Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 + * Tue Dec 29 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 - drop patches merged upstream |