Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Php Net Ldap3
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Lanzendörfer
Php Net Ldap3
Graph
bc02cfe80148b88504627ea0163148f36f49b277
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Aug
28
Jul
7
Jun
5
2
31
May
28
Apr
26
21
Jan
11
Nov
31
Jul
21
Oct
23
Sep
29
Aug
23
7
2
28
Jun
7
7
May
9
Apr
2
20
Jun
26
Dec
24
Nov
7
Aug
19
May
18
8
Mar
3
Jan
5
Apr
13
Mar
9
30
Oct
22
15
24
Aug
1
Jul
5
May
29
Apr
2
27
Mar
19
5
27
Feb
24
20
23
Jan
16
7
6
18
Dec
17
12
11
10
14
Nov
4
14
Oct
1
10
Sep
27
Aug
11
6
5
1
3
Jul
18
Apr
17
Jan
4
Dec
25
Sep
17
13
10
30
Jul
10
28
Jun
17
26
May
24
16
Apr
14
Feb
24
Jan
23
17
16
22
Sep
4
30
Aug
22
21
18
YEY!
master
master
Merge branch 'master' of gitlab.libresilicon.com:leviathan/php-net_ldap3
Implement Serializable
Update file LDAP3.php
PHP8.2: Use __get and __set
Fix PHP8 warning
Fix "Undefined wariable" warning
Fix schema cache path for ldapi:// case
Short array syntax
Fix PHP8 warnings
Fix nsDS5ReplicaHost and nsDS5ReplicaPort
Fix PHP8 warnings
Improve host/port handling
Code cleanup
Fix ldapsearch
On centos 7 we need to pass the host/port combination slightly
Always include the port in the host.
Support for ldapsearch 2.4
Fix duplicated port number in debug message
Merge branch 'master' of ssh://git.kolab.org/diffusion/PNL/php-net_ldap3
Fix an undefined index warning
Fix PHP 8.1 compatibility where LDAP connection is not a resource, but an object
Fix PHP 8.1 deprecation warnings
Lower-case the effectiverights attribute/entry level keys
Avoid errors in missing caches
Prevent unset $props['sort']
Catch used of undefined variable $control
Ensure that normalize_entry also properly lowercases attribute names
Remove version number from composer.json
Replace four get_entry_attribute() calls with one get_entry_attributes()
Fix regression in get_entry_attributes() returning keys not in lower case (BifrostT#233740)
Fix wrong implode() parameter order, it would throw a warning on PHP 7.4.
Do not log userpassword attribute in warning messages
Bump version number in composer.json
Use "native" vlv searching on PHP >= 7.3.5 (Bifrost#T193325)
Fix PHP Warning: Use of undefined constant MEMCACHE_COMPRESSED... on PHP 7.3 w/o memcache
Optimize _string2hex()
Add some constants
More unified debug messages around ldap_search()
Use config_root_dn => cn=config as a default
Loading