A PHP wrapper for libsmbclient
smbclient is a PHP extension that uses Samba's libsmbclient library to provide
Samba related functions and 'smb' streams to PHP programs.
License: BSD 2-clause
Version | Release | Download |
1.0.4 | 2021-01-22 | smbclient-1.0.4.tgz |
1.0.3 | 2021-01-21 | smbclient-1.0.3.tgz |
1.0.2 | 2021-01-20 | smbclient-1.0.2.tgz |
1.0.1 | 2020-12-29 | smbclient-1.0.1.tgz |
1.0.0 | 2018-12-24 | smbclient-1.0.0.tgz |
Version | Message |
1.0.4 | Check if smbc_setOptionProtocols is available, as at least one distro might have a libsmbclient that is too old. |
1.0.3 | Add client min/max protocol to streams, and make either min/max optional. |
1.0.2 | --- Introduces smbclient_client_protocols() to set min and max protocol for negotiation. |
1.0.1 | -- Code fixes for PHP 7.4/8, and memory free, ReadTest added, Travis build updated, and smbclient_state_init documentation fixed. |
1.0.0 | - stream optimization: reuse previous connections (Remi) |