File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2323 <active >yes</active >
2424 </contributor >
2525 <date >2021-01-21</date >
26- <time >12 :00:00</time >
26+ <time >18 :00:00</time >
2727 <version >
28- <release >1.0.3 </release >
28+ <release >1.0.4 </release >
2929 <api >0.8.0</api >
3030 </version >
3131 <stability >
3434 </stability >
3535 <license uri =" http://opensource.org/licenses/BSD-2-Clause" >BSD 2-clause</license >
3636 <notes >
37- Add client min/max protocol to streams, and make either min/max optional .
37+ Check if smbc_setOptionProtocols is available, as at least one distro might have a libsmbclient that is too old .
3838 </notes >
3939 <contents >
4040 <dir name =" /" >
8282 <providesextension >smbclient</providesextension >
8383 <extsrcrelease />
8484 <changelog >
85+ <release >
86+ <date >2021-01-21</date >
87+ <version >
88+ <release >1.0.4</release >
89+ <api >0.8.0</api >
90+ </version >
91+ <stability >
92+ <release >stable</release >
93+ <api >stable</api >
94+ </stability >
95+ <license uri =" http://opensource.org/licenses/BSD-2-Clause" >BSD 2-clause</license >
96+ <notes >
97+ - Check if smbc_setOptionProtocols() is available (it was introduced Sep 4, 2018).
98+ </notes >
99+ </release >
85100 <release >
86101 <date >2021-01-21</date >
87102 <version >
Original file line number Diff line number Diff line change 4343
4444#include <libsmbclient.h>
4545
46- #define PHP_SMBCLIENT_VERSION "1.0.3 "
46+ #define PHP_SMBCLIENT_VERSION "1.0.4 "
4747
4848extern zend_module_entry smbclient_module_entry ;
4949#define phpext_smbclient_ptr &smbclient_module_entry
You can’t perform that action at this time.
0 commit comments