Christoph Michael Becker
a6d3679dfe
ldap_control_pages_result(_response) is deprecated
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349064 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-30 12:23:08 +00:00
Nikita Popov
4166cb990b
Fix: Remove $serverctrls parameter from ldap_bind()
...
Patch by localheinz.
Closes php/doc-en#20 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348935 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-17 15:12:35 +00:00
Christoph Michael Becker
d86c2bb46e
Use non-deprecated ldap_connect() signature in examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347900 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-27 13:31:08 +00:00
Christoph Michael Becker
9f34a7ecf5
Document that the 2nd parameter of ldap_connect is deprecated
...
This is only a soft deprecation, since otherwise a lot of existing code would
break. Still, preferably an LDAP-URI should be passed to ldap_connect().
Based on a patch provided by heiglandreas@php.net
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347310 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 13:35:53 +00:00
Christoph Michael Becker
449203e8d2
Remove PHP 4 related changelog entry
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347307 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 12:21:44 +00:00
Christoph Michael Becker
eb6f220d06
Fix #77898 : ldap_bind_ext - undocumented parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347261 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 10:30:57 +00:00
Christoph Michael Becker
82b76ae492
Fix order of sections
...
Patch provided by girgias.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346814 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:33:56 +00:00
Peter Cowburn
4691215483
set standard svn:eol-style svn:keywords properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346395 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-18 21:10:59 +00:00
Christoph Michael Becker
465184470d
Link RFCs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346283 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:38:54 +00:00
Christoph Michael Becker
2a85fbcd7c
Fix #77271 : PHP 7.3: Various info missing from changelog/migration guide
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346281 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:24:21 +00:00
TAKAGI Masahiro
7a9c3a5ebe
set svn properties.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346242 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 00:39:13 +00:00
Christoph Michael Becker
f95409bf5e
Fix code indentation according to style guidelines
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346204 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-07 17:57:23 +00:00
Côme Chilliet
6a0d8e640a
Add LDAP controls example usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346192 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-06 14:22:34 +00:00
Côme Chilliet
9141151a5d
Add missing info LDAP_CONTROL_PASSWORDPOLICYREQUEST does not need value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346191 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-06 14:22:11 +00:00
Christoph Michael Becker
bd8f8383a3
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346169 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 17:12:42 +00:00
Côme Chilliet
45e29793b6
Add documentation for all new LDAP functions coming in 7.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346167 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 13:26:54 +00:00
Côme Chilliet
b018e5ed13
Add documentation for serverctrls parameters on LDAP functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346166 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 12:58:25 +00:00
Côme Chilliet
16756cd5e7
Add information how to know if an LDAP server supports a control
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346165 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 12:46:45 +00:00
Côme Chilliet
e8318b9f4f
Add missing initializers in ldap_exop, renamed parameter for consistency.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346163 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 11:06:08 +00:00
Côme Chilliet
ba30067486
Added missing initializers in ldap_list/read/search functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346162 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 11:01:13 +00:00
Côme Chilliet
70d62d6acf
Added missing initializer and example for ldap_escape
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346161 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 10:53:37 +00:00
Côme Chilliet
4dede30468
Fixed a link and a typo in LDAP controls documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346160 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-04 08:55:32 +00:00
Côme Chilliet
a06e440484
Add a page on LDAP controls
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346155 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-03 16:30:05 +00:00
Côme Chilliet
490aafeaa7
Add LDAP Controls OID constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346152 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-03 15:27:09 +00:00
Côme Chilliet
bde5651246
Add changelog for LDAP function gaining control support with 7.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346149 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-03 14:49:56 +00:00
Côme Chilliet
3a02b540a0
Adding missing initializers for LDAP functions documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346147 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-03 11:40:59 +00:00
Côme Chilliet
64bf0b512b
Fix php version information error for ldap_exop_refresh
...
issue #76546
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345267 c90b9560-bf6c-de11-be94-00142212c4b1
2018-07-04 08:29:47 +00:00
Christoph Michael Becker
458873def0
Fix #76365 : LDAP bind function desc typo error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345039 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-22 12:16:46 +00:00
Christoph Michael Becker
30dd50ff89
The DLLs are renamed as of OpenSSL 1.1
...
Based on a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344987 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 13:54:14 +00:00
Pieter Hordijk
605fd9c33a
For some reason LDAP_OPT_DIAGNOSTIC_MESSAGE is not listed
...
--
Provided by anonymous 59531
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344619 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-04 19:30:52 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
fa994a739c
Fix function signatures
...
Some of these probably deserve an entry in changelog, please add it if you have energy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Pasindu De Silva
bae0d227ac
ldap_connect() function of LDAP extension actually is not connect to LDAP server.
...
Change note abouts from para to a note entry
--
Provided by anonymous 87874 (mesut.vts@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343795 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 12:47:11 +00:00
Côme Chilliet
1f32eb1025
Added version information for LDAP exop functions
...
Also reordered to match function list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343591 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-06 14:11:49 +00:00
Côme Chilliet
9b89238fd3
Added documentation for ldap_exop_passwd
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343588 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 16:06:26 +00:00
Côme Chilliet
0629e02357
Added documentation for ldap_exop_refresh
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343587 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:51:22 +00:00
Côme Chilliet
dc00770c86
Added documentation for ldap_exop_whoami
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343586 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:34:18 +00:00
Côme Chilliet
ec8dadf8f8
Added documentation for ldap_parse_exop
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343585 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 15:31:51 +00:00
Côme Chilliet
8938233780
Added documentation for ldap_exop function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343581 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 14:53:39 +00:00
Côme Chilliet
ea99bf7969
LDAP EXOP OIDs are string, not integers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343579 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-05 14:15:16 +00:00
Kalle Sommer Nielsen
a791c271a6
Documented the LDAP EXOP constants available as of PHP 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343516 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 21:20:12 +00:00
Kalle Sommer Nielsen
dd84cf2d2d
Added missing documentation for already existing LDAP constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343515 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 21:09:22 +00:00
Côme Chilliet
70abce45a7
ldap_mod* functions documentation cleanup
...
ldap_modify is just an alias and documentation should state that.
Also documentation of the various ldap_mod_* functions was a bit confusing.
This is an attempt to fix that,
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343425 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-20 09:44:14 +00:00
Christoph Michael Becker
f453ac5893
Fix bug #75417 : Incorrect ldap_set_option() parameter documented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343323 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-28 15:26:47 +00:00
Jean-Sebastien Hedde
b507bf4063
Updates ldap_set_option docs to indicate what versions of PHP certain options are become available
...
--
Provided by anonymous 83810 (briankosborne@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342598 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-16 11:50:45 +00:00
Jean-Sebastien Hedde
27a75ae3cb
Adds PHP versions to LDAP-Options (thanks to heiglandreas)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342577 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-09 12:12:00 +00:00
Christoph Michael Becker
7ad7d8ec21
Clarify parameter description
...
Patch provided by Andreas Heigl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341651 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 18:17:41 +00:00
Christoph Michael Becker
a05b9183be
Add missing availability info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341419 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 14:02:21 +00:00
Christoph Michael Becker
d64cb36aaf
Add missing availability
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341418 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-19 13:58:01 +00:00
Maciej Sobaczewski
76a066d213
Remove references to dead links/resources which are known to have no replacements
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341294 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-06 00:39:55 +00:00