Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for PHP 8.1 #179

Merged
merged 2 commits into from
Jan 20, 2023
Merged

Fixes for PHP 8.1 #179

merged 2 commits into from
Jan 20, 2023

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented Sep 28, 2022

No description provided.

.. "?string" is supported from PHP 7.1 on, so we use that as minimum
required PHP version.

Resolves: thybag#177
In PHP 8.1, the SoapClient properties are private and cannot be accessed
anymore.
Thus we store them ourselves.

Resolves: thybag#178
@potofcoffee
Copy link

@cweiske Thank you so much for this fix. Works great for me. I hope it gets merged soon.
@thybag Is this project still active?

@thybag
Copy link
Owner

thybag commented Jan 20, 2023

@potofcoffee Not as much as I'd like. I no longer have access to a normal SharePoint install to test anything with, so any changes I make/merge are pretty much blind.

For the most part with fixes like this, I'm reliant on external authors like @cweiske, then confirmation from people like yourself that it actually worked. (Tend to be cautions as back when I could test, about half the PR's i got were incompatible with the actual SP API's and didn't work at all)

If anyone has access to a SP install i could use to test some stuff again, I'd be interested in being able to give it a bit of a tune up as most of this lib is ~7 years old and a bit all over the place.

@thybag thybag merged commit c0b057a into thybag:develop Jan 20, 2023
@cweiske cweiske deleted the php81 branch July 3, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants