View | Details | Raw Unified | Return to bug 274674
Collapse All | Expand All

(-)b/net/phpldapadmin/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	phpldapadmin
1
PORTNAME=	phpldapadmin
2
DISTVERSION=	1.2.6.6
2
DISTVERSION=	1.2.6.6
3
PORTREVISION=	1
3
CATEGORIES=	net www
4
CATEGORIES=	net www
4
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
5
6
(-)b/net/phpldapadmin/files/patch-lib_Template.php (+11 lines)
Added Link Here
1
--- lib/Template.php.orig	2023-04-01 13:46:16 UTC
2
+++ lib/Template.php
3
@@ -56,6 +56,8 @@ class Template extends xmlTemplate {
4
 	# Template RDN attributes
5
 	private $rdn;
6
 
7
+	private $askcontainer;
8
+
9
 	public function __construct($server_id,$name='',$filename=null,$type=null,$id=null) {
10
 		parent::__construct($server_id,$name,$filename,$type,$id);
11
 
(-)b/net/phpldapadmin/files/patch-lib_TemplateRender.php (+12 lines)
Added Link Here
1
--- lib/TemplateRender.php.orig	2023-04-01 13:46:16 UTC
2
+++ lib/TemplateRender.php
3
@@ -16,6 +16,9 @@ class TemplateRender extends PageRender {
4
 	# Page number
5
 	private $pagelast;
6
 
7
+	private $url_base;
8
+	private $layout;
9
+
10
 	/** CORE FUNCTIONS **/
11
 
12
 	/**
(-)b/net/phpldapadmin/files/patch-lib_page.php (+13 lines)
Added Link Here
1
--- lib/page.php.orig	2023-04-01 13:46:16 UTC
2
+++ lib/page.php
3
@@ -25,6 +25,10 @@ class page {
4
 	# Default values array.
5
 	protected $_default;
6
 
7
+	private $index;
8
+	private $sysmsg;
9
+	private $_block;
10
+
11
 	public function __construct($index=null) {
12
 		if (defined('DEBUG_ENABLED') && DEBUG_ENABLED && (($fargs=func_get_args())||$fargs='NOARGS'))
13
 			debug_log('Entered (%%)',129,0,__FILE__,__LINE__,__METHOD__,$fargs);
(-)b/net/phpldapadmin/files/patch-lib_schema__functions.php (+11 lines)
Added Link Here
1
--- lib/schema_functions.php.orig	2023-04-01 13:46:16 UTC
2
+++ lib/schema_functions.php
3
@@ -734,6 +734,8 @@ class AttributeType extends SchemaItem {
4
 	# This attribute has been forced a MAY attribute by the configuration.
5
 	private $forced_as_may = false;
6
 
7
+	private $is_obsolete;
8
+
9
 	/**
10
 	 * Creates a new AttributeType object from a raw LDAP AttributeType string.
11
 	 */

Return to bug 274674