reference/ldap/setup.xml
fbc6f9055f47d18f8ffb30513b772a32eda1526e
...
...
@@ -13,18 +13,6 @@
13
13
xlink:href="&url.ldap.bind9;">Bind9.net</link> in order to compile PHP with
14
14
LDAP support.
15
15
For PHP 5.6 or newer you will need OpenLDAP 2.4 or newer.
16
-
<!--
17
-
FIXME:
18
-
The other links are dead.. (7/7/2005)
19
-
So were those Netscape links - updated netscape.sdk link to mozilla.org
20
-
now. Also added new entity, url.ldap.bind9, which offers a win32 binary
21
-
amongst other things (31/7/2005)
22
-

23
-
either the University of Michigan <link xlink:href="&url.ldap.mt;">
24
-
ldap-3.3 package</link>, <link xlink:href="&url.ldap.netscape.sdk;"> Netscape
25
-
Directory SDK 3.0</link> or <link xlink:href="&url.ldap.openldap.source;">
26
-
OpenLDAP</link> to compile PHP with LDAP support.
27
-
-->
28
16
</para>
29
17
</section>
30
18
<!-- }}} -->
...
...
@@ -41,7 +29,7 @@ FIXME:
41
29
<section xml:id="ldap.resources">
42
30
&reftitle.resources;
43
31
<para>
44
-
Most LDAP functions operate on or return resources (e.g.
32
+
Prior to PHP 8.1.0, most LDAP functions operate on or return resources (e.g.
45
33
<function>ldap_connect</function> returns a positive LDAP link identifier
46
34
required by most LDAP functions).
47
35
</para>
48
36