h5p / h5p-editor-php-library

69 stars 121 forks source link

PHP 8.2 creation of dynamic properties is deprecated #260

Open thibsy opened 5 months ago

thibsy commented 5 months ago

Since PHP 8.2 the creation of dynamic properties triggers a deprecation notice.

There is (at least) one case inside H5PEditor::processParameters() which initialises the H5PEditor::$content property dynamically.

I've opened a PR to address this, see #259.

thibsy commented 5 months ago

This has been fixed with 389a551ae9c8a133a1944f0e8759ae366e531630, but the version including this commit has not been officially released yet, I therefore leave the issue open.