From 7bd8235f68a5258bbe078514a3fd3fcd4881d795 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jan 2021 07:21:39 +0100 Subject: update to 1.0.2 --- PHPINFO | 2 +- REFLECTION | 10 +++++++++- php-smbclient.spec | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index d1c6527..103c7fc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 66e66b0..f65217d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 smbclient version 1.0.1 ] { +Extension [ extension #119 smbclient version 1.0.2 ] { - Constants [30] { Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 } @@ -85,6 +85,14 @@ Extension [ extension #118 smbclient version 1.0.1 ] { Parameter #2 [ $value ] } } + Function [ function smbclient_client_protocols ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $minproto ] + Parameter #2 [ $maxproto ] + } + } Function [ 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 - 1.0.2-1 +- update to 1.0.2 + * Tue Dec 29 2020 Remi Collet - 1.0.1-1 - update to 1.0.1 - drop patches merged upstream -- cgit