Releases: eduardok/libsmbclient-php
Releases · eduardok/libsmbclient-php
Stable release 1.1.1
Stable release 1.1.0
PHP 8 ready, thanks to Remi.
Stable release 1.0.7
xattr issue fix from Remi.
Stable release 1.0.6
Support for ftruncate on smb_streams and build on PHP 5.6.
Stable release 1.0.5
Prepare PECL release 1.0.5
Stable release 1.0.4
libsmbclient introduced smbc_setOptionProtocols() on Sep 4, 2018, and at least one distribution still doesn't have it.
If not available, code depending on it is not compiled.
Stable release 1.0.0
Support for PHP 7.3 added, duplicate symbol and Travis setup fixes.
libsmbclient-php 0.9.0
- fix gh#47 Incorrect function definition for smbclient_read
- optimization: enable stream wrapper reusing connections
Stable release 0.8.0
Promoting RC to stable after nearly 3 months of stability.
libsmbclient-php 0.8.0-rc1
- Add support for
smb://
PHP streams (@remicollet, issue #20); - Rename library internally to 'smbclient' (@remicollet, issue #21, #26);
- Added PHP7 compatibility (@remicollet, issue #23);