This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zendframework/zendframework#4447 from vlajos/master
typo fixes
- Loading branch information
76 parents
5daa598
+
9cc3538
+
125f523
+
4dc00f8
+
e3a79a6
+
79495fe
+
076734b
+
fb7cd20
+
c20864d
+
6004e35
+
67864ef
+
7e47bfe
+
a90eaf9
+
d6acc44
+
28a177e
+
7c870c6
+
a9a3bce
+
8dbf37e
+
1592ea0
+
639695d
+
71b7690
+
95f6ca9
+
826a0e1
+
5998122
+
34263bb
+
73b49a3
+
a7937fe
+
18bc286
+
7c2f341
+
3fd24f6
+
46b66eb
+
5dc451e
+
6cc63be
+
36c3273
+
d866e82
+
91a7d10
+
d7310a9
+
024435b
+
9d596bf
+
205ad91
+
827e841
+
aacf431
+
37d0971
+
4e0f2d8
+
d00b2c8
+
2931e8c
+
570af36
+
fead52a
+
4c9df22
+
a6fe452
+
8ca93b9
+
ec770ab
+
a20b5be
+
febd956
+
faa4251
+
26b9ab2
+
99a6970
+
b658520
+
af1b50e
+
8517056
+
b91ed9e
+
fb19f47
+
a79eb09
+
603dc92
+
4f43ff8
+
1a68958
+
74881b8
+
a2576ca
+
c631a3a
+
3ef543a
+
3ee1aa8
+
8d10c77
+
c5f0310
+
8a81857
+
574c335
+
ccbbfc8
commit 179f019
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -455,7 +455,7 @@ protected static function sanitizeCaseFold($caseFold, $default) | |
* | ||
* Escapes the given VALUES according to RFC 2253 so that they can be safely used in LDAP DNs. | ||
* The characters ",", "+", """, "\", "<", ">", ";", "#", " = " with a special meaning in RFC 2252 | ||
* are preceeded by ba backslash. Control characters with an ASCII code < 32 are represented as \hexpair. | ||
* are preceded by ba backslash. Control characters with an ASCII code < 32 are represented as \hexpair. | ||
* Finally all leading and trailing spaces are converted to sequences of \20. | ||
* @see Net_LDAP2_Util::escape_dn_value() from Benedikt Hallinger <[email protected]> | ||
* @link http://pear.php.net/package/Net_LDAP2 | ||
|