• Resolved philippeaellig

    (@philippeaellig)


    We nee php 8.3 compatibility. is there a time schedule for php 8.3 support?

    Deprecated: Creation of dynamic property Civist::$version is deprecated in plugins/civist/class-civist.php on line 82
    Deprecated: Creation of dynamic property Civist::$oembed_provider is deprecated in plugins/civist/class-civist.php on line 99
    Deprecated: Creation of dynamic property Civist::$plugin_jwt is deprecated in plugins/civist/class-civist.php on line 110
    Deprecated: Creation of dynamic property Civist_Scripts::$jwt is deprecated in plugins/civist/class-civist-scripts.php on line 76
    Deprecated: Creation of dynamic property Civist::$plugin_scripts is deprecated in plugins/civist/class-civist.php on line 112

Viewing 1 replies (of 1 total)
  • Plugin Author Civist

    (@civist)

    Hey @philippeaellig,

    Thanks for reaching out and for sharing those logs.

    Our plugin is fully compatible with PHP 8.3 (and all versions from PHP 5.6 onwards).

    The “Deprecated: Creation of dynamic property” messages you’re seeing are warnings, not errors. They don’t break anything, and your plugin should be working perfectly. PHP 8.2/8.3 just flags this method of creating properties as something that will be removed from PHP in the future.

    You’ll see them disappear in an upcoming release of our plugin, well before PHP officially removes the deprecated feature.

    If you’re facing any actual issues beyond these log warnings, please let us know! Otherwise, you’re all good on PHP 8.3.

    • This reply was modified 10 months, 3 weeks ago by Civist.
Viewing 1 replies (of 1 total)

The topic ‘php 8.3 compatibility’ is closed to new replies.