Files
ports/net/phpldapadmin/files/patch-lib_PLAAttribute.php
T
Krzysztof 90ebf10b5a net/phpldapadmin: Add support for php85
PR:		295877
Sponsored by:	UNIS Labs
2026-06-13 03:49:23 +03:00

13 lines
435 B
PHP

--- lib/PLAAttribute.php.orig 2024-01-10 22:23:54 UTC
+++ lib/PLAAttribute.php
@@ -78,6 +78,9 @@ class PLAAttribute {
protected $autovalue = array();
protected $postvalue = array();
+ # php85
+ public $js = array();
+
public function __construct($name,$values,$server_id,$source=null) {
if (DEBUG_ENABLED && (($fargs=func_get_args())||$fargs='NOARGS'))
debug_log('Entered (%%)',5,0,__FILE__,__LINE__,__METHOD__,$fargs);