Conversation
|
@sorinsarca can you please release new |
|
Not yet, some tests are failing. |
|
@sorinsarca please let me know if you would need any help with 3.7.0. |
|
I think that the simplest way is to change the function signature to: function unserialize($data, $options = null);This way I can keep support for older php versions. |
|
@SergiiDolgushev if you can make a PR for this I'll merge it and release a new version in minutes (it just so happens that I cannot do the PR myself right now, sorry) |
|
Sorry, I've just noticed your lattest comments, and submitted #158. Do you think that will work, or would you prefer |
|
Nullable types were added in 7.1, so a syntax error is thrown for earlier versions. |
|
So yes, the easiest way is to remove the type |
|
Done: #159 |
|
@SergiiDolgushev v3.7.0 was released |
|
@sorinsarca Thank you very much!!! |
Fixes following PHP 8.4 deprecation for v3: