Skip to content

Commit

Permalink
Add missing properties to library classes
Browse files Browse the repository at this point in the history
Ported from Shardj/zf1-future#291

PHP 8.2: Dynamic Properties are deprecated fix

Reference: https://php.watch/versions/8.2/dynamic-properties-deprecated
  • Loading branch information
hungtrinh authored and falkenhawk committed Jan 3, 2024
1 parent 1263724 commit 9fba4fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Zend/XmlRpc/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
*/
class Zend_XmlRpc_Server extends Zend_Server_Abstract
{
/**
* @var mixed|\Zend_XmlRpc_Server_System
*/
protected $_system;

/**
* Character encoding
* @var string
Expand Down

0 comments on commit 9fba4fa

Please sign in to comment.