summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-21 14:49:51 +0100
committerRemi Collet <remi@remirepo.net>2021-01-21 14:49:51 +0100
commitc31ffdd5335bcf98a4b02790bdcfca900e6c3e16 (patch)
tree66244ca9adaba01c7d01f04f9a67f76a348cdc4d
parent7bd8235f68a5258bbe078514a3fd3fcd4881d795 (diff)
update to 1.0.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-smbclient.spec7
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 103c7fc..4dcfd00 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
smbclient
smbclient Support => enabled
-smbclient extension Version => 1.0.2
+smbclient extension Version => 1.0.3
libsmbclient library Version => 4.13.3
diff --git a/REFLECTION b/REFLECTION
index f65217d..ee53e77 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 smbclient version 1.0.2 ] {
+Extension [ <persistent> extension #119 smbclient version 1.0.3 ] {
- Constants [30] {
Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 }
@@ -89,8 +89,8 @@ Extension [ <persistent> extension #119 smbclient version 1.0.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $state ]
- Parameter #1 [ <required> $minproto ]
- Parameter #2 [ <required> $maxproto ]
+ Parameter #1 [ <optional> $minproto ]
+ Parameter #2 [ <optional> $maxproto ]
}
}
Function [ <internal:smbclient> function smbclient_opendir ] {
diff --git a/php-smbclient.spec b/php-smbclient.spec
index 38f00ad..f4490ac 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.2
+Version: 1.0.3
%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
@@ -49,7 +49,7 @@ URL: https://github.com/eduardok/libsmbclient-php
%if 0%{?gh_date}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
%if %{with_tests}
Source2: %{gh_project}-phpunit.xml
@@ -244,6 +244,9 @@ fi
%changelog
+* Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 1.0.3-1
+- update to 1.0.3
+
* Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 1.0.2-1
- update to 1.0.2