You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for maintaining this project. When running this library under PHP 8.2 in my projects unit tests, deprecation warnings get emitted:
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$samples is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 33
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$samplesPerPixel is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 34
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$pixelOffset is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 36
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$subPixelOffset is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 37
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$width is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 39
Deprecated: Creation of dynamic property Jdenticon\Canvas\Rasterization\SuperSampleBuffer::$used is deprecated in /home/runner/work/PrivateBin/PrivateBin/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php on line 40
Hello and thank you for maintaining this project. When running this library under PHP 8.2 in my projects unit tests, deprecation warnings get emitted:
The test case that triggers this can be found here:
https://github.com/PrivateBin/PrivateBin/blob/master/tst/ModelTest.php#L317-L325
And here is some background on this deprecation and various ways to address this:
https://php.watch/versions/8.2/dynamic-properties-deprecated
I'm happy to provide you a pull request, if you could review the solutions and pick an appropriate one for this project.
The text was updated successfully, but these errors were encountered: