Skip to content

Tags: eduardok/libsmbclient-php

Tags

1.2.0dev

Toggle 1.2.0dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #107 from eduardok/php74

Removed support for PHP versions older than 7.4

1.1.2

Toggle 1.1.2's commit message
Prepare release 1.1.2

1.1.1

Toggle 1.1.1's commit message
Fixed release time for PECL to package

1.1.0

Toggle 1.1.0's commit message
Prepare release 1.1.0

1.0.7

Toggle 1.0.7's commit message
Prepare PECL release 1.0.7

1.0.6

Toggle 1.0.6's commit message
Prepare PECL release 1.0.6

1.0.5

Toggle 1.0.5's commit message
Prepare PECL release 1.0.5

1.0.4

Toggle 1.0.4's commit message
Prepare PECL release 1.0.4

1.0.3

Toggle 1.0.3's commit message
Release 1.0.3

min/max client protocol now supported on streams.
Either min/max client protocol can now be null on smbclient_client_protocols().

1.0.2

Toggle 1.0.2's commit message
Stable release 1.0.2

Introduces smbclient_client_protocols() to allow setting client min protocol and client max protocol for negotiation.
Little to no risk since I did some basic testing (with some tcpdump'ing as well), and even if it caused any issues, one could simply stop calling this function (no harm to the rest).