carnage
carnage
https://github.com/laminas/automatic-releases gets you most of the way there. Perhaps create an addon or fork which does the phar file build?
I'd find this quite useful if I ever need to do a live demo part way through a presentation. That way I can exit dspdfviewer move to the demo and...
Button in the admin would be easier. Console stuff makes cloud based deployments annoying to manage.
The test failures are indicating that some of these changes are in fact BC breaks; suggest I revert the changes that cause the tests to fail and we decide if...
Have reverted the changes to the files which failed tests, rebased onto latest branch and retargeted against 3.7.x Should be ready to go now
If using this lib properly it should accept all hashes that crypt can generate and return true for password needs rehash so that legacy passwords can be migrated. As far...
After talking with @akrabat at PHPUK I've updated this adding back in some backward compatibility. The remaining BC breaks are: authenticate method used to take an adapter; this doesn't quite...
I'd totally forgotten about this PR Will try and get some time to bring it up to spec in the next few weeks
@weierophinney how keen are you to preserve BC here? Zend auth has basically remained the same since ZF1 and could really use a bit of refactoring (eg adaptors which require...
What's your opinion on switching to use doctrines annotation parser anyway as it's better than the Zend one? Plus it would remove the dependency on Zend code from the form...