We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asyncphp/doorman was previously moved to the silverstripe/doorman repo
doorman is used by symbiote/silverstripe-queuedjobs
doorman still uses the Serializable interface which requires the implementation of the deprecated serialize() and unserialize() methods.
For the rest of our code base that interface and those methods have since been removed and replicated with __serialize() and __unserialize() methods.
There is a unreleased 4 branch for doorman for CMS 5.
4
The text was updated successfully, but these errors were encountered:
I would be keen to better understand why we didn't pick this up when we first tag the CMS 5 Sink and how we found it later on.
Sorry, something went wrong.
Assigning back to @emteknetnz for the remaining ACs (tagging, etc)
GuySartorelli
No branches or pull requests
asyncphp/doorman was previously moved to the silverstripe/doorman repo
doorman is used by symbiote/silverstripe-queuedjobs
doorman still uses the Serializable interface which requires the implementation of the deprecated serialize() and unserialize() methods.
For the rest of our code base that interface and those methods have since been removed and replicated with __serialize() and __unserialize() methods.
There is a unreleased
4
branch for doorman for CMS 5.ACs
PRs
The text was updated successfully, but these errors were encountered: