zf1s / zf1

Monorepo of a fork of Zend Framework 1, with all components split into individual composer packages. PHP 5.3-8.3 compatible.
BSD 3-Clause "New" or "Revised" License
57 stars 22 forks source link

[zend-controller] fixes "Creation of dynamic property ::$ajaxable is deprecated" on PHP 8.2+ when using `ContextSwitch` helper #196

Closed marcing closed 3 months ago

marcing commented 3 months ago

followup to https://github.com/zf1s/zf1/pull/170 - unfinished fix for dynamic contexts in Zend_Controller_Action

fixes "Creation of dynamic property ::$ajaxable is deprecated" on PHP 8.2+ when using ContextSwitch helper